-
Notifications
You must be signed in to change notification settings - Fork 2
/
render.yaml
37 lines (35 loc) · 912 Bytes
/
render.yaml
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
services:
- type: web
name: hub-starter-template
env: node
numInstances: 1
buildCommand: npm install; npm run build
startCommand: npm run start
envVars:
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: HOLAPLEX_AUTH_TOKEN
sync: false
- key: HOLAPLEX_PROJECT_ID
sync: false
- key: HOLAPLEX_DROP_ID
sync: false
- key: NEXTAUTH_URL
sync: false
- key: NEXTAUTH_SECRET
generateValue: true
- key: HOLAPLEX_WALLET_ASSET_TYPES
value: SOL
sync: false
- key: HOLAPLEX_API_ENDPOINT
value: https://api.holaplex.com/graphql
- key: DATABASE_URL
fromDatabase:
name: hub-starter-template
property: connectionString
autoDeploy: true
databases:
- name: hub-starter-template
ipAllowList: []