forked from humancto/CollabCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
39 lines (39 loc) · 984 Bytes
/
Copy pathrender.yaml
File metadata and controls
39 lines (39 loc) · 984 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
36
37
38
39
services:
- type: web
name: opencollab
runtime: node
plan: free
buildCommand: npm install
startCommand: npm start
healthCheckPath: /healthz
envVars:
- key: NODE_ENV
value: production
- key: ADMIN_EMAIL
sync: false
- key: ADMIN_PASSWORD_HASH
sync: false
- key: JWT_SECRET
generateValue: true
- key: FIREBASE_PROJECT_ID
sync: false
- key: FIREBASE_API_KEY
sync: false
- key: FIREBASE_AUTH_DOMAIN
sync: false
- key: FIREBASE_DATABASE_URL
sync: false
- key: FIREBASE_STORAGE_BUCKET
sync: false
- key: FIREBASE_MESSAGING_SENDER_ID
sync: false
- key: FIREBASE_APP_ID
sync: false
- key: FIREBASE_CLIENT_EMAIL
sync: false
- key: FIREBASE_PRIVATE_KEY
sync: false
- key: PISTON_API_URL
value: https://emkc.org/api/v2/piston
- key: APP_DOMAIN
sync: false