-
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) · 910 Bytes
/
Copy pathrender.yaml
File metadata and controls
33 lines (33 loc) · 910 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: react-javascript-api-backend
runtime: node
rootDir: api_users
plan: free
buildCommand: npm install
startCommand: npm start
healthCheckPath: /health
autoDeploy: true
envVars:
- key: MONGODB_URI
sync: false
- key: JWT_SECRET
generateValue: true
- key: EMAIL_USER
sync: false
- key: EMAIL_PASS
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: FRONTEND_URL
value: https://patriciagea.github.io/BookingSystem/
- key: GOOGLE_CALLBACK_URL
value: https://booking-system-api-xb41.onrender.com/auth/google/callback
- key: PORT
value: "3000"
- key: NODE_ENV
value: production
- key: CORS_ORIGINS
value: https://patriciagea.github.io,http://localhost:5173