-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (34 loc) · 896 Bytes
/
Copy pathrender.yaml
File metadata and controls
34 lines (34 loc) · 896 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
# yaml-language-server: $schema=https://render.com/schema/render.yaml.json
services:
- type: web
name: openstock
runtime: node
plan: starter
buildCommand: npm ci && npm run build
startCommand: npm start
healthCheckPath: /api/health
maxShutdownDelaySeconds: 30
autoDeployTrigger: commit
envVars:
- key: NODE_ENV
value: production
- key: XSTOCKS_API_BASE
sync: false
- key: JUPITER_QUOTE_URL
sync: false
- key: METEORA_POOLS_URL
sync: false
- key: PYTH_HERMES_URL
sync: false
- key: PYTH_HERMES_API_KEY
sync: false
- key: SOLANA_RPC_URL
sync: false
- key: JUPITER_API_KEY
sync: false
- key: JUPITER_SWAP_API_BASE
sync: false
- key: JUPITER_PRICE_URL
sync: false
- key: NEXT_PUBLIC_PRIVY_APP_ID
sync: false