diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-07-13 11:59:40 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-07-13 11:59:40 +0930 |
commit | 049a24daa6fbc10aa83863b3a5fe0e00bdbaffe8 (patch) | |
tree | 29ab94044f7a93ed5d962a52c86d4df186d60783 | |
parent | 15038aa9e4cc8440a38e3144b57028b1f835a3f2 (diff) | |
download | slacklog-049a24daa6fbc10aa83863b3a5fe0e00bdbaffe8.tar.gz slacklog-049a24daa6fbc10aa83863b3a5fe0e00bdbaffe8.zip |
forgot about the cfg
-rw-r--r-- | config/settings.cfg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/settings.cfg b/config/settings.cfg index a1ce4ab..5248d4c 100644 --- a/config/settings.cfg +++ b/config/settings.cfg @@ -1,5 +1,13 @@ [slack] -token: {SLACK TOKEN} +token: {TOKEN} + +[database] +host = {HOST} +port = {PORT} +user = {USER} +password = {PASSWORD} +db = {DB} +collection = {COLLECTION} [channels] # allow archived channels to be logged |