-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml.example
53 lines (50 loc) · 967 Bytes
/
config.yml.example
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
51
52
53
app:
env: "local"
pool_size: 1000
log:
level: debug
pretty_print: true
sentry_dsn: ""
sentry_log_levels:
- "info"
- "warn"
- "error"
- "debug"
- "fatal"
- "panic"
- "trace"
api:
address: "127.0.0.1:8000"
access_token: eb3eb7c1f789eb3504bcffeeeafbda8f39b34eea3990dc8e2f42bccad5e80978a8a854a13b4b7bf0e15aeb1e2257609a3a796c280be3d29a852b8afc9bd2c11e
monitoring:
enable: true
path: "/metrics"
password: "1234"
notifier:
squadcast:
enable: true
teams:
team1: ""
team2: ""
telegram:
enable: true
host: "https://api.telegram.org/bot"
token: "1234:ABCD"
teams:
team1:
- chat: "-123456789"
team2:
- chat: "-124564"
topic: "56789"
- chat: "-356457"
topic: "982456"
slack:
enable: true
teams:
team1: ""
team2: ""
custom:
enable: true
teams:
team1: ""
team2: ""