-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
29 lines (23 loc) · 1023 Bytes
/
render.yaml
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
services:
- type: web
name: neon-authorize-propelauth
runtime: node
plan: free
buildCommand: npm install && npm run build
startCommand: npm run start
autoDeploy: false
envVars:
- key: NODE_ENV
value: production
- key: DATABASE_URL
sync: false # Securely configure the database URL in Render Dashboard
- key: DATABASE_AUTHENTICATED_URL
sync: false # Securely configure the authenticated database URL in Render Dashboard
- key: NEXT_PUBLIC_AUTH_URL
sync: false # Configure auth URL in Render Dashboard
- key: PROPELAUTH_API_KEY
sync: false # Securely configure PropelAuth API key in Render Dashboard
- key: PROPELAUTH_VERIFIER_KEY
sync: false # Securely configure PropelAuth verifier key in Render Dashboard
- key: PROPELAUTH_REDIRECT_URI
value: "http://localhost:3000/api/auth/callback" # Configure redirect URI in Render Dashboard after deployment with the correct URL of the deployed app