Add loglevel, public setting and config env

* Log levels for less spam when running in production
* Add 'public' setting that allows to not post the invite link for the /help command
* config env variable that allows running multiple instances with different config
This commit is contained in:
Manuel 2021-05-05 08:13:31 +02:00
parent b0c22efc23
commit a60291bec2
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 35 additions and 29 deletions

View file

@ -1,10 +1,12 @@
{
"loglevel": "info",
"http": {
"port": 3002
},
"discord": {
"token": "<discord bot token>",
"client_id": "<discord client id>"
"client_id": "<discord client id>",
"public": true
},
"templates": {
"bee": {