forked from OFFER-HUB/offer-hub-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
36 lines (35 loc) · 909 Bytes
/
render.yaml
File metadata and controls
36 lines (35 loc) · 909 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:
# Backend API Service
- type: web
name: offer-hub-backend
env: node
region: oregon
plan: free
nodeVersion: 20
buildCommand: npm ci && npm run build
startCommand: npm start
healthCheckPath: /
rootDir: backend
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 4000
- key: JWT_SECRET
generateValue: true
- key: JWT_EXPIRES_IN
value: 24h
- key: JWT_REFRESH_EXPIRES_IN
value: 7d
- key: SUPABASE_URL
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: STELLAR_ADMIN_SECRET_KEY
sync: false
- key: USER_REGISTRY_CONTRACT_ID
sync: false
- key: STELLAR_RPC_URL
value: https://rpc-futurenet.stellar.org:443
- key: STELLAR_NETWORK_PASSPHRASE
value: Test SDF Future Network ; October 2022