diff options
| author | 2018-10-05 23:01:12 +0100 | |
|---|---|---|
| committer | 2018-10-05 23:01:12 +0100 | |
| commit | 60ec6fe2db4ac9cd5f328c93920dc46930904755 (patch) | |
| tree | 05433e99991e8709dcb7e1c53789a9aeed2a88f5 /bot.conf.example | |
| parent | Support POST through modules/rest_api.py (diff) | |
| signature | ||
'ssl-certificate'/'ssl-key' -> 'tls-certificate'/'tls-key'
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot.conf.example b/bot.conf.example index c2e08aa2..6eed060d 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -1,6 +1,6 @@ [bot] -ssl-certificate = -ssl-key = +tls-certificate = +tls-key = # https://openweathermap.org/api openweathermap-api-key = # https://products.wolframalpha.com/api/ |
