-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (34 loc) · 737 Bytes
/
Copy pathrender.yaml
File metadata and controls
35 lines (34 loc) · 737 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: jetsetters
env: node
buildCommand: |
npm install
npm run build
startCommand: npm start
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 10000
- key: JWT_SECRET
generateValue: true
- key: JWT_EXPIRE
value: 30d
- key: SUPABASE_URL
value: https://qqmagqwumjipdqvxbiqu.supabase.co
- key: SUPABASE_ANON_KEY
sync: false
- key: VITE_API_URL
value: /api
- key: VITE_APP_NAME
value: "JetSet App"
disk:
name: data
mountPath: /data
sizeGB: 1
databases:
- name: new-app-db
plan: free
databaseName: new_app
user: new_app_user