-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.yaml
114 lines (99 loc) · 2.27 KB
/
development.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
server:
host: "0.0.0.0"
port: 3000
db:
host: "localhost"
port: 5432
user: "postgres"
password: "postgres"
backend:
buzzer:
song:
- "-n"
- "-f880"
- "-l100"
- "-d0"
- "-n"
- "-f988"
- "-l100"
- "-d0"
- "-n"
- "-f588"
- "-l100"
- "-d0"
- "-n"
- "-f989"
- "-l100"
- "-d0"
- "-n"
- "-f660"
- "-l200"
- "-d0"
- "-n"
- "-f660"
- "-l200"
- "-d0"
- "-n"
- "-f588"
- "-l100"
- "-d0"
- "-n"
- "-f555"
- "-l100"
- "-d0"
- "-n"
- "-f495"
- "-l100"
- "-d0"
event:
website: "https://zeus.gent/events/"
website_poster: "https://git.zeus.gent/ZeusWPI/visueel/raw/branch/master"
interval_s: 3600
gamification:
api: "https://gamification.zeus.gent"
interval_s: 3600
song:
spotify_api: "https://api.spotify.com/v1"
spotify_api_account: "https://accounts.spotify.com/api/token"
lrclib_api: "https://lrclib.net/api"
tap:
api: "https://tap.zeus.gent"
beers:
- "Schelfaut"
- "Duvel"
- "Fourchette"
- "Jupiler"
- "Karmeliet"
- "Kriek"
- "Chouffe"
- "Maes"
- "Somersby"
- "Sportzot"
- "Stella"
interval_s: 60
zess:
api: "https://zess.zeus.gent/api"
interval_season_s: 300
interval_scan_s: 60
tui:
screen:
cammie:
interval_s: 300
view:
event:
interval_s: 3600
gamification:
interval_s: 3600
message:
interval_s: 1
song:
interval_current_s: 5
interval_history_s: 5
interval_monthly_stats_s: 300
interval_stats_s: 3600
tap:
interval_s: 60
zess:
weeks: 10
interval_scan_s: 60
interval_season_s: 3600