-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
42 lines (42 loc) · 1.26 KB
/
render.yaml
File metadata and controls
42 lines (42 loc) · 1.26 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
services:
- type: web
name: icomplain-backend
runtime: python
rootDir: backend
plan: free
buildCommand: pip install -r requirements.txt && python manage.py collectstatic --noinput
startCommand: python scripts/predeploy_migrate.py && python scripts/start_server.py
healthCheckPath: /health/
envVars:
- key: SECRET_KEY
sync: false
- key: DEBUG
value: "False"
- key: ALLOWED_HOSTS
value: icomplain-backend.onrender.com
- key: FRONTEND_URL
value: https://i-complain.vercel.app
- key: CORS_ALLOWED_ORIGINS
value: https://i-complain.vercel.app,http://localhost:5173,http://127.0.0.1:5173,https://tauri.localhost,tauri://localhost
- key: GOOGLE_OAUTH2_CLIENT_ID
sync: false
- key: ALLOWED_EMAIL_DOMAINS
value: usls.edu.ph
- key: DATABASE_URL
sync: false
- key: REDIS_URL
sync: false
- key: CLOUDINARY_URL
sync: false
- key: EMAIL_HOST_USER
sync: false
- key: EMAIL_HOST_PASSWORD
sync: false
- key: DEFAULT_FROM_EMAIL
sync: false
- key: SEED_ADMIN_EMAIL
sync: false
- key: SEED_ADMIN_PASSWORD
sync: false
- key: SEED_ADMIN_FULL_NAME
sync: false