forked from Nwokike/Akili
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
48 lines (47 loc) · 1.08 KB
/
render.yaml
File metadata and controls
48 lines (47 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
databases:
- name: akili-db
plan: free
services:
- type: web
name: akili
plan: free
env: python
buildCommand: ./build.sh
startCommand: gunicorn akili_project.wsgi
envVars:
- key: PGDATABASE
fromDatabase:
name: akili-db
property: database
- key: PGUSER
fromDatabase:
name: akili-db
property: user
- key: PGPASSWORD
fromDatabase:
name: akili-db
property: password
- key: PGHOST
fromDatabase:
name: akili-db
property: host
- key: PGPORT
fromDatabase:
name: akili-db
property: port
- key: DATABASE_URL
fromDatabase:
name: akili-db
property: connectionString
- key: SECRET_KEY
generateValue: true
- key: DEBUG
value: False
- key: ALLOWED_HOSTS
value: .onrender.com
- key: CSRF_TRUSTED_ORIGINS
value: https://*.onrender.com
- key: GEMINI_API_KEY
sync: false
- key: GROQ_API_KEY
sync: false