diff options
| author | 2020-02-20 14:56:04 +0000 | |
|---|---|---|
| committer | 2020-02-20 14:56:04 +0000 | |
| commit | 0667ac8c5f441facf2c94a1fe9ad339c8d840bea (patch) | |
| tree | 54267c50bd49e552dae9c5b58c59ce2066dfcb26 /docs | |
| parent | silence.py's `is-silenced` export is no longer used (diff) | |
| signature | ||
add option to encrypt channel_log log files line-by-line
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bot.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/bot.conf.example b/docs/bot.conf.example index 6c7808dc..7b1ad465 100644 --- a/docs/bot.conf.example +++ b/docs/bot.conf.example @@ -33,6 +33,9 @@ module-whitelist = # path to an external directory for modules to be found in external-modules = +# optional PEM public key used to encrypt channel_log log lines +log-key = + # https://openweathermap.org/api openweathermap-api-key = |
