1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 00:52:48 +00:00

added docker support

This commit is contained in:
2018-05-30 21:23:03 -05:00
parent af8448e028
commit 3d05a49a3e
20 changed files with 125 additions and 196 deletions

View File

@@ -2,19 +2,15 @@
"token": "",
"client_id": "",
"client_secret": "",
"redirect_uri": "",
"redirect_uri": "https://localhost/oauth",
"bot_prefix": "#",
"admin_emails": ["mail@example.com"],
"mod_emails": ["mail@example.com"],
"jwt_key": "generate a random secret string here",
"jwt_secret": "generate a random secret string here",
"server_addr": "0.0.0.0:80",
"logger": true,
"database": "data.db",
"sounds_path": "./sounds/",
"clips_path": "./clips/"
"logger": true
}