-
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) · 837 Bytes
/
Copy pathrender.yaml
File metadata and controls
33 lines (33 loc) · 837 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: skillbridge-backend
runtime: node
plan: free
rootDir: server
buildCommand: npm install
startCommand: npm start
healthCheckPath: /ready
autoDeploy: true
envVars:
- key: NODE_ENV
value: production
- key: MONGO_URL
sync: false
- key: CORS_ORIGIN
value: https://skillbridge.debarghya.org
- key: SESSION_TTL_DAYS
value: 30
- key: MAX_SESSIONS_PER_ACCOUNT
value: 5
- key: RATE_LIMIT_WINDOW_MS
value: 60000
- key: RATE_LIMIT_MAX_REQUESTS
value: 120
- key: AUTH_RATE_LIMIT_MAX_REQUESTS
value: 12
- key: DAILY_USER_RATE_LIMIT_MAX_REQUESTS
value: 2000
- key: DAILY_SECTION_OPERATION_LIMIT
value: 2
- key: LOG_LEVEL
value: info