-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy pathspoke.env.template
More file actions
22 lines (16 loc) · 942 Bytes
/
spoke.env.template
File metadata and controls
22 lines (16 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note on formatting: Do not enclose variable values in quotes.
# Entry point for the spoke service.
COMMAND=node packages/serverless-orchestration/src/ServerlessSpoke.js
# Spoke service name as it appears in logs.
BOT_IDENTIFIER=serverless-spoke
# Make sure spoke calls are not executed in a loop if this parameter is missing in bot configuration.
POLLING_DELAY=0
# Time in seconds to wait for logger to flush.
WAIT_FOR_LOGGER_DELAY=5
# Stringified JSON configuration in the form of {"defaultWebHookUrl":"<SLACK_WEBHOOK>"} where <SLACK_WEBHOOK> should be
# replaced with the URL of Slack webhook for the channel to which the spoke should send notifications.
SLACK_CONFIG=
# Stringified JSON configuration in the form of {"integrationKey":"<SERVICE_INTEGRATION_KEY>"} where
# <SERVICE_INTEGRATION_KEY> should be replaced with the integration key of PagerDuty service to which the spoke should
# send notifications.
PAGER_DUTY_V2_CONFIG=