-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
73 lines (71 loc) · 1.87 KB
/
render.yaml
File metadata and controls
73 lines (71 loc) · 1.87 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
services:
- type: web
name: jethin10-abes-hackathon-api
runtime: node
plan: free
region: singapore
buildCommand: npm ci --include=dev && npm run build
startCommand: npm run start
healthCheckPath: /api/health
envVars:
- key: NODE_ENV
value: production
- key: HOST
value: 0.0.0.0
- key: DATABASE_ENGINE
value: postgres
- key: DATABASE_URL
fromDatabase:
name: jethin10-abes-hackathon-db
property: connectionString
- key: JWT_SECRET
generateValue: true
- key: CORS_ORIGIN
value: https://jethin10-abes-hackathon-web.onrender.com
- key: INDIA_FIAT_PROVIDER
value: Razorpay
- key: ESCROW_MODE
value: MOCK
- key: RAZORPAY_KEY_ID
sync: false
- key: RAZORPAY_KEY_SECRET
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: FACEBOOK_APP_ID
sync: false
- key: FACEBOOK_APP_SECRET
sync: false
- key: APPLE_CLIENT_ID
sync: false
- key: APPLE_TEAM_ID
sync: false
- key: APPLE_KEY_ID
sync: false
- key: APPLE_PRIVATE_KEY
sync: false
- type: web
name: jethin10-abes-hackathon-web
runtime: static
rootDir: Frontend/original from gemini
buildCommand: npm ci --include=dev && npm run build
staticPublishPath: ./dist
routes:
- type: rewrite
source: /*
destination: /index.html
envVars:
- key: VITE_API_BASE_URL
value: https://jethin10-abes-hackathon-api.onrender.com/api
- key: VITE_GOOGLE_CLIENT_ID
sync: false
- key: VITE_FACEBOOK_APP_ID
sync: false
databases:
- name: jethin10-abes-hackathon-db
plan: free
region: singapore
databaseName: abes_hackathon
user: stellaris