-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
37 lines (31 loc) · 864 Bytes
/
config.example.toml
File metadata and controls
37 lines (31 loc) · 864 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
35
36
37
project_key = "INC"
firetower_base_url = "https://firetower.getsentry.net"
django_secret_key = "django-insecure-gmj)qc*_dk&^i1=z7oy(ew7%5*fz^yowp8=4=0882_d=i3hl69"
sentry_dsn = "https://your-sentry-dsn@o1.ingest.us.sentry.io/project-id"
[postgres]
db = "firetower"
host = "localhost"
user = "postgres"
password = "dummy_dev_password"
[jira]
domain = "https://<jira-domain>.atlassian.net"
account = ""
api_key = ""
severity_field = "customfield_11023"
[slack]
bot_token = ""
team_id = "<slack-team-id>"
participant_sync_throttle_seconds = 300
app_token = ""
incident_feed_channel_id = ""
always_invited_ids = []
incident_guide_message = "This is the message posted whenever a new incident slack channel is created."
[auth]
iap_enabled = false
iap_audience = ""
[linear]
api_key = ""
action_item_sync_throttle_seconds = 300
[datadog]
api_key = ""
app_key = ""