-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
47 lines (47 loc) · 1.11 KB
/
render.yaml
File metadata and controls
47 lines (47 loc) · 1.11 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
43
44
45
46
47
services:
- type: web
name: nego-messaging
runtime: node
env: node
region: oregon
plan: starter
branch: main
buildCommand: npm install && npm run install:client && npm run build
startCommand: npm start
healthCheckPath: /api/health
envVars:
- key: NODE_ENV
value: production
- key: NPM_CONFIG_INCLUDE
value: dev
- key: PORT
value: 3000
- key: SESSION_SECRET
generateValue: true
- key: JWT_SECRET
generateValue: true
- key: DATABASE_PATH
value: ./server/messaging.db
- key: SERVER_URL
sync: false
- key: CLIENT_URL
sync: false
- key: GEMINI_API_KEY
sync: false
- key: AFRICASTALKING_USERNAME
sync: false
- key: AFRICASTALKING_API_KEY
sync: false
- key: AFRICASTALKING_SANDBOX
value: false
- key: EMAIL_HOST
sync: false
- key: EMAIL_PORT
value: 587
- key: EMAIL_USER
sync: false
- key: EMAIL_PASS
sync: false
- key: EMAIL_FROM
sync: false
autoDeploy: true