diff --git a/config.py b/config.py new file mode 100644 index 0000000..dd0ce1c --- /dev/null +++ b/config.py @@ -0,0 +1,2 @@ +Gotify = {'URL' : 'https://YOUR_GOTIFY_URL/message', + 'token_gotify' : 'GOTIFY_TOKEN'}