-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (34 loc) · 783 Bytes
/
Copy pathrender.yaml
File metadata and controls
34 lines (34 loc) · 783 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
services:
# Backend Service
- type: web
name: ats-resume-backend
runtime: node
region: oregon
plan: free
branch: main
buildCommand: cd server && npm install
startCommand: cd server && npm start
healthCheckPath: /api/health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 5000
- key: MONGODB_URI
sync: false
- key: GEMINI_API_KEY
sync: false
- key: JWT_SECRET
generateValue: true
- key: CLIENT_ORIGIN
sync: false
- key: ALLOWED_ORIGINS
sync: false
- key: EMAIL_SERVICE
value: gmail
- key: EMAIL_USER
sync: false
- key: EMAIL_PASSWORD
sync: false
- key: CLIENT_URL
sync: false