-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
31 lines (31 loc) · 782 Bytes
/
render.yaml
File metadata and controls
31 lines (31 loc) · 782 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
services:
- type: web
name: goagent-backend
env: node
plan: starter
buildCommand: npm install
startCommand: node server.js
healthCheckPath: /
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 10000
- key: FRONTEND_URL
sync: false # This will be set manually in Render dashboard
- key: API_KEY
sync: false
- key: STRIPE_SECRET_KEY
sync: false
- key: STRIPE_PUBLISHABLE_KEY
sync: false
- key: STRIPE_WEBHOOK_SECRET
sync: false
- key: FIREBASE_PROJECT_ID
sync: false
- key: FIREBASE_PRIVATE_KEY
sync: false
- key: FIREBASE_CLIENT_EMAIL
sync: false
- key: FIREBASE_DATABASE_URL
sync: false