Last active
October 18, 2022 12:44
-
-
Save nmatton/2caa59156a57ce3645b2fa0344e70307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api": { | |
"credentials": { | |
"email": "Email of your TooGoodToGo account." | |
}, | |
"session": {}, | |
"deviceType": "IOS", | |
"headers": { | |
}, | |
"pollingIntervalInMs": 30000, | |
"authenticationIntervalInMS": 3600000 | |
}, | |
"notifications": { | |
"console": { | |
"enabled": false, | |
"clear": true | |
}, | |
"desktop": { | |
"enabled": false | |
}, | |
"telegram": { | |
"enabled": true, | |
"botToken": "ADD BOT TOKEN HERE !!", | |
"chats": [] | |
}, | |
"ifttt": { | |
"enabled": false, | |
"webhookKey": "see README", | |
"webhookEvents": ["see README"] | |
}, | |
"gotify": { | |
"enabled": false, | |
"url": "http://push.example.com", | |
"apptoken": "token", | |
"priority": 5 | |
} | |
}, | |
"messageFilter": { | |
"showUnchanged": false, | |
"showDecrease": false, | |
"showDecreaseToZero": false, | |
"showIncrease": false, | |
"showIncreaseFromZero": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment