From ab2f4a2e2e82b44f7759aa0f34d5eb08dac10c7c Mon Sep 17 00:00:00 2001 From: Topvennie Date: Sun, 11 Aug 2024 18:08:51 +0200 Subject: [PATCH] chore: update config --- config.example.yml | 27 +++++++++++++++++++++++++++ config.template.yaml | 16 +++++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 config.example.yml diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..1d4120a --- /dev/null +++ b/config.example.yml @@ -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 diff --git a/config.template.yaml b/config.template.yaml index baf97ac..b6533df 100644 --- a/config.template.yaml +++ b/config.template.yaml @@ -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