-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 948 Bytes
/
render.yaml
File metadata and controls
28 lines (28 loc) · 948 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
services:
- type: worker
name: arb7-mainnet
env: docker
dockerfilePath: ./Dockerfile
autoDeploy: true
# Optional plan, region etc. can be set in the dashboard or here
# plan: starter
# region: oregon
envVars:
- key: ARB_CHAINS
value: stellar
# Use Render secrets to provide sensitive values
- key: ARB_EXEC_ACCOUNT_SECRET
fromSecret: arb-exec-account-secret
- key: SPRING_PROFILES_ACTIVE
value: mainnet
- key: ARB_RIPPLE_RPC_URL
value: https://s2.ripple.com:51234
- key: ARB_RIPPLE_PAIRS
value: XRP/USD:rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B
# Optionally override datasource via env instead of properties file
# - key: SPRING_DATASOURCE_URL
# fromSecret: mysql-url
# - key: SPRING_DATASOURCE_USERNAME
# fromSecret: mysql-username
# - key: SPRING_DATASOURCE_PASSWORD
# fromSecret: mysql-password