diff options
| author | 2018-10-06 18:31:00 +0100 | |
|---|---|---|
| committer | 2018-10-06 18:31:00 +0100 | |
| commit | 825fb15c8720a178b27ab70b784633e539db139b (patch) | |
| tree | b1b8adf84ce6d7eadc2ebe2ce06d12dcd0334d1b /bot.conf.example | |
| parent | Allow user/channel/server/bot settings to be "hidden" from settings lists in (diff) | |
| signature | ||
Add control-socket to bot.conf.example, only start up control socket is a unix
domain socket location is provided
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 5914d822..3595c67e 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -3,6 +3,8 @@ tls-key = tls-certificate = tls-api-key = tls-api-certificate = +# unix domain socket location for ControlSocket +control-socket = # https://openweathermap.org/api openweathermap-api-key = # https://products.wolframalpha.com/api/ |
