-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 861 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 861 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
services:
- type: web
name: kaizenx-backend
runtime: node
plan: free
rootDir: backend
buildCommand: npm install
startCommand: npm start
healthCheckPath: /api/health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 10000
- key: DB_URL
sync: false # You'll need to set this manually in Render dashboard
- key: JWT_SECRET
generateValue: true
- key: STELLAR_NETWORK
value: testnet
- key: STELLAR_HORIZON_URL
value: https://horizon-testnet.stellar.org
- key: STELLAR_SOROBAN_RPC_URL
value: https://soroban-testnet.stellar.org
- key: NEXT_PUBLIC_EVENT_MANAGER_CONTRACT
value: ""
- key: NEXT_PUBLIC_NFT_MINTER_CONTRACT
value: ""
- key: NEXT_PUBLIC_TOKEN_REWARDS_CONTRACT
value: ""