generated from grepsedawk/horseshoe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
42 lines (41 loc) · 970 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
38
39
40
41
42
databases:
- name: Hirobot Primary
databaseName: hirobot
postgresMajorVersion: 14
user: hirobot
ipAllowList: []
services:
- type: web
name: Hirobot
env: docker
dockerfilePath: "./Dockerfile"
healthCheckPath: /
envVars:
- key: DATABASE_URL
fromDatabase:
name: Hirobot Primary
property: connectionString
- key: LUCKY_ENV
value: production
- key: NODE_ENV
value: production
- key: APP_DOMAIN
sync: false
- key: NEW_RELIC_LICENSE_KEY
sync: false
- key: OAUTH_REDIRECT_URL
sync: false
- key: SECRET_KEY_BASE
sync: false
- key: SENTRY_DSN
sync: false
- key: SLACK_APP_ID
sync: false
- key: SLACK_CLIENT_ID
sync: false
- key: SLACK_CLIENT_SECRET
sync: false
- key: SLACK_SIGNING_SECRET
sync: false
- key: OPENTEL_APP_NAME
sync: false