Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 11, 2024
1 parent 76d0632 commit ab2f4a2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
27 changes: 27 additions & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cammie:
blocked_names:
- "Name 1"
- "Name 2"
blocked_ips:
- "10.0.0.10"
max_message_length: 200
spotify:
client_id: "abcd"
client_secret: "dcba"
tap:
url: "https://tap.zeus.gent/recent"
beer:
- "Schelfaut"
- "Duvel"
- "Fourchette"
- "Jupiler"
- "Karmeliet"
- "Kriek"
- "Chouffe"
- "Maes"
- "Somersby"
- "Sportzot"
- "Stella"
zess:
url: "https://zess.zeus.gent/recent_scans"
day_amount: 40
16 changes: 11 additions & 5 deletions config.template.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
cammie:
blocked_names: []
blocked_ips: []
max_message_length:
blocked_names: [] # List of names that don't get shown
blocked_ips: [] # List of IP's that don't get shown
max_message_length: # Max message list
spotify:
client_id:
client_secret:
client_id: # Client ID of the Zeus spotify account
client_secret: # Client secret of the Zeus spotify account
tap:
url: # URL of tap
beer: [] # List of beers in tap, can be found in tap
zess:
url: # URL of zess
day_amount: # Amount of days to keep track, should be the same as is displayed which depends on the screen size

0 comments on commit ab2f4a2

Please sign in to comment.