-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
50 lines (49 loc) · 1.15 KB
/
Copy pathrender.yaml
File metadata and controls
50 lines (49 loc) · 1.15 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
previews:
generation: off
services:
- type: web
name: echoaccess-slack-agent
runtime: node
plan: free
region: singapore
branch: main
buildCommand: npm ci && npm run build
startCommand: npm start
autoDeployTrigger: commit
healthCheckPath: /
maxShutdownDelaySeconds: 30
buildFilter:
ignoredPaths:
- docs/**
- README.md
envVars:
- key: NODE_ENV
value: production
- key: LOG_LEVEL
value: info
- key: LOG_CRON_TICKS
value: "false"
- key: IN_PROCESS_SCHEDULER
value: "true"
- key: ECHOACCESS_SHARE_HUDDLE_CANVAS
value: "false"
- key: ECHOACCESS_POST_HUDDLE_NOTICE
value: "false"
- key: SLACK_SIGNING_SECRET
sync: false
- key: SLACK_CLIENT_ID
sync: false
- key: SLACK_CLIENT_SECRET
sync: false
- key: STATE_SECRET
sync: false
- key: SLACK_USER_TOKEN
sync: false
- key: REDIS_URL
sync: false
- key: ENCRYPTION_KEY
sync: false
- key: GEMINI_API_KEY
sync: false
- key: SCHEDULER_SECRET
sync: false