-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (33 loc) · 702 Bytes
/
Copy pathrender.yaml
File metadata and controls
33 lines (33 loc) · 702 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
services:
- type: web
name: ceit-library
runtime: docker
plan: free
autoDeploy: true
envVars:
- key: APP_ENV
value: production
- key: APP_DEBUG
value: "false"
- key: APP_URL
sync: false
- key: APP_KEY
sync: false
- key: QR_HMAC_SECRET
sync: false
- key: DB_CONNECTION
value: pgsql
- key: DB_HOST
sync: false
- key: DB_PORT
value: "6543"
- key: DB_DATABASE
value: postgres
- key: DB_USERNAME
sync: false
- key: DB_PASSWORD
sync: false
- key: SIDECAR_URL
sync: false
- key: SIDECAR_TOKEN
sync: false