aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2017-01-20 17:42:52 +0800
committerJinwei Zhao <[email protected]>2017-01-20 17:42:52 +0800
commit4e61bd909f0d8011c8b1dad60dd8ebb5f1d79d87 (patch)
tree947f627a5ba10f204a548eb0ec86cc1c3a39b862 /config.json.example
parent6ef28bea461aff92cd838c23ef6795824a826d35 (diff)
downloadCOMM2TG-4e61bd909f0d8011c8b1dad60dd8ebb5f1d79d87.tar.gz
send message to mongodb
Diffstat (limited to 'config.json.example')
-rwxr-xr-xconfig.json.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index c048ee9..8d9b824 100755
--- a/config.json.example
+++ b/config.json.example
@@ -2,5 +2,11 @@
2 "Email": "Your Ingress Account Email", 2 "Email": "Your Ingress Account Email",
3 "Passwd": "Your Ingress Account Password", 3 "Passwd": "Your Ingress Account Password",
4 "BOT_TOKEN": "Your Telegram Bot Token", 4 "BOT_TOKEN": "Your Telegram Bot Token",
5 "CHANNEL_NAME": "Your Channel ID" 5 "CHANNEL_NAME": "Your Channel ID",
6 "PhantomjsPath": "/usr/local/phantomjs/bin/phantomjs",
7 "DBName": "",
8 "DBUser": "",
9 "DBPass": "",
10 "DBHost": "ip:port",
11 "BlockList": ""
6} 12}
Powered by cgit v1.2.3 (git 2.41.0)