-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (34 loc) · 770 Bytes
/
render.yaml
File metadata and controls
35 lines (34 loc) · 770 Bytes
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
databases:
- name: pixly-db
databaseName: pixly
user: pixly
plan: free
services:
- type: web
name: pixly-backend
runtime: docker
plan: free
rootDir: imagefitai-backend
envVars:
- key: DEBUG
value: "False"
- key: SECRET_KEY
generateValue: true
- key: DATABASE_URL
fromDatabase:
name: pixly-db
property: connectionString
- key: ALLOWED_HOSTS
sync: false
- key: CORS_ALLOWED_ORIGINS
sync: false
- key: CSRF_TRUSTED_ORIGINS
sync: false
- key: AWS_ACCESS_KEY_ID
sync: false
- key: AWS_SECRET_ACCESS_KEY
sync: false
- key: AWS_S3_BUCKET
sync: false
- key: AWS_REGION
sync: false