-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (35 loc) · 839 Bytes
/
Copy pathrender.yaml
File metadata and controls
35 lines (35 loc) · 839 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: auth-service
runtime: docker
repo: https://github.com/your-username/your-repo
branch: main
dockerfilePath: ./Dockerfile
dockerContext: .
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 3001
- key: DATABASE_URL
sync: false
- key: JWT_SECRET
sync: false
- key: JWT_REFRESH_SECRET
sync: false
- key: CLIENT_URL
sync: false
- key: AUTH_SERVICE_URL
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: GOOGLE_CALLBACK_URL
sync: false
- key: GITHUB_CLIENT_ID
sync: false
- key: GITHUB_CLIENT_SECRET
sync: false
- key: GITHUB_CALLBACK_URL
sync: false