-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (35 loc) · 804 Bytes
/
Copy pathrender.yaml
File metadata and controls
35 lines (35 loc) · 804 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
35
services:
- type: web
name: innovatehubcec-backend
env: docker
plan: free
branch: main
dockerfilePath: backend/Dockerfile
buildFilter:
paths:
- backend/**
envVars:
- key: NODE_ENV
value: production
- key: CORS_ORIGIN
sync: false
- key: MONGODB_URI
sync: false
- key: JWT_SECRET
sync: false
- key: CLOUDINARY_CLOUD_NAME
sync: false
- key: CLOUDINARY_API_KEY
sync: false
- key: CLOUDINARY_API_SECRET
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: SCRAPER_TOKEN
sync: false
- key: ADMIN_EMAILS
sync: false
- key: ENABLE_JOB_SCRAPER
value: "false"