-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
53 lines (53 loc) · 1.34 KB
/
Copy pathrender.yaml
File metadata and controls
53 lines (53 loc) · 1.34 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
services:
- type: web
name: goldkey-api
runtime: docker
plan: starter
region: ohio
numInstances: 1
autoDeployTrigger: off
healthCheckPath: /readyz
maxShutdownDelaySeconds: 30
dockerfilePath: ./Dockerfile
dockerContext: .
disk:
name: goldkey-mainnet-data
mountPath: /app/data
sizeGB: 1
envVars:
- key: NODE_ENV
value: production
- key: PUBLIC_ORIGIN
sync: false
- key: DATABASE_PATH
value: /app/data/goldkey.sqlite
- key: CHAIN_ID
value: "8453"
- key: RPC_URL
sync: false
- key: GOLDKEY_CONTRACT
sync: false
- key: USDC_ADDRESS
value: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
- key: TREASURY_ADDRESS
sync: false
- key: X402_ENABLED
value: "true"
- key: X402_FACILITATOR_URL
value: "https://api.cdp.coinbase.com/platform/v2/x402"
- key: CDP_API_KEY_ID
sync: false
- key: CDP_API_KEY_SECRET
sync: false
- key: DEV_AUTH_BYPASS
value: "false"
- key: PILOT_APPLICATIONS_ENABLED
value: "true"
- key: PILOT_ADMIN_TOKEN_SHA256
sync: false
- key: PILOT_ABUSE_SECRET
sync: false
- key: PILOT_EDGE_SECRET
sync: false
- key: PILOT_RETENTION_DAYS
value: "90"