diff options
| author | 2019-09-13 11:39:34 +0100 | |
|---|---|---|
| committer | 2019-09-13 11:39:34 +0100 | |
| commit | 275c61d8e648d0227ecf8c1424183c4b113cd70c (patch) | |
| tree | 3f3c7b934d2468500245b256a2da18b78c930103 /bot.conf.example | |
| parent | remove TLS code from rest_api.py and force it to listen on localhost. (diff) | |
| signature | ||
update bot.conf.example to reflect localhost-only
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bot.conf.example b/bot.conf.example index 9ce0cbbb..5fe9a724 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -6,9 +6,7 @@ tls-key = tls-certificate = -# key/cert used for REST API -tls-api-key = -tls-api-certificate = +# localhost port used for REST API api-port = # the default channel BitBot automatically joins |
