diff options
| author | 2018-10-05 23:16:34 +0100 | |
|---|---|---|
| committer | 2018-10-05 23:16:34 +0100 | |
| commit | ff00ec122682f2ef884124f38cfba28a0ebe4ec1 (patch) | |
| tree | 2eacb72b743565fed598ce957a85c0c8521b1a3f /bot.conf.example | |
| parent | POST shouldn't use body as 'params' (diff) | |
Require modules/rest_api.py has tls cert/key
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bot.conf.example b/bot.conf.example index 6eed060d..5914d822 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -1,6 +1,8 @@ [bot] -tls-certificate = tls-key = +tls-certificate = +tls-api-key = +tls-api-certificate = # https://openweathermap.org/api openweathermap-api-key = # https://products.wolframalpha.com/api/ |
