-
Notifications
You must be signed in to change notification settings - Fork 3
/
pony.sample.yaml
40 lines (36 loc) · 1008 Bytes
/
pony.sample.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
DEBUG: False
LOGFILE: "pony.log"
SLACK_TOKEN: "xoxb-0000000000000-00000000000000000000000000"
ACTIVE_PLUGINS:
- pony.pony.StandupPonyPlugin
StandupPonyPlugin:
db_file: "pony.db"
timezone: "Europe/Bucharest"
last_call: "15 minutes"
holidays:
2016-12-26: "Christmas Second Day"
2017-04-17: "Orthodox Easter Monday"
2017-07-04: "USA: Independence Day"
2017-11-23: "USA: Thanksgiving"
2017-12-25: "Christmas"
2017-12-26: "Christmas Second Day"
active_teams:
- team1
- team2
team1:
name: "Team One"
post_summary_to: "#team-one"
ask_earliest: "09:00"
report_by: "12:01"
users:
- "@tony"
- "@sasha": Dev Department
team2:
name: "Test Two"
post_summary_to: "#team-two"
ask_earliest: "09:00"
report_by: "12:15"
users:
- "@tony"
- "@andy": Dev Department
- "@alexandru": Design