-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
45 lines (44 loc) · 1.28 KB
/
Copy pathrender.yaml
File metadata and controls
45 lines (44 loc) · 1.28 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
services:
- type: web
name: paychain-backend
runtime: node
region: oregon
plan: free
rootDir: apps/backend
buildCommand: npm install --include=dev && npm run db:generate && npm run build
startCommand: npm run start:migrate
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 4000
- key: DATABASE_URL
fromDatabase:
name: paychain-db
property: connectionString
- key: REDIS_URL
sync: false
- key: JWT_SECRET
generateValue: true
- key: JWT_EXPIRES_IN
value: 7d
- key: FRONTEND_URL
sync: false
- key: STELLAR_NETWORK
value: testnet
- key: STELLAR_HORIZON_URL
value: https://horizon-testnet.stellar.org
- key: STELLAR_SOROBAN_RPC
value: https://soroban-testnet.stellar.org
- key: STELLAR_ADMIN_SECRET
value: SAAJ6H4V56OKOUPFQNIX23VMTDAUYVD3NZLORHWHJYINRNXLONNV447S
- key: PAYROLL_CONTRACT_ID
value: CA6D63AASZ74PCD5N22X7IEH2IT7SWPBXOMYD3J5ZRQM4PVD6L6NZ2KQ
- key: PAYMENT_CONTRACT_ID
value: CDXABK45X4EIUBFDBPXYS25GEK3COFO47XBAII5R3NAPNCDL7XBVMZMA
databases:
- name: paychain-db
databaseName: paychain
user: paychain
plan: free