-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 733 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 733 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
services:
- type: web
name: telegphoto-backend
env: node
plan: free
rootDir: backend
buildCommand: npm install && npm run build
startCommand: npm start
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 4000
- key: DATABASE_URL
sync: false
- key: JWT_SECRET
generateValue: true
- key: JWT_REFRESH_SECRET
generateValue: true
- key: ACCESS_TOKEN_EXPIRES_IN
value: 15m
- key: REFRESH_TOKEN_EXPIRES_IN
value: 30d
- key: FRONTEND_URL
sync: false
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: TELEGRAM_DEFAULT_CHAT_ID
sync: false