From 4e61bd909f0d8011c8b1dad60dd8ebb5f1d79d87 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Fri, 20 Jan 2017 17:42:52 +0800 Subject: send message to mongodb --- config.json.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.json.example') 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 @@ "Email": "Your Ingress Account Email", "Passwd": "Your Ingress Account Password", "BOT_TOKEN": "Your Telegram Bot Token", - "CHANNEL_NAME": "Your Channel ID" + "CHANNEL_NAME": "Your Channel ID", + "PhantomjsPath": "/usr/local/phantomjs/bin/phantomjs", + "DBName": "", + "DBUser": "", + "DBPass": "", + "DBHost": "ip:port", + "BlockList": "" } -- cgit v1.2.3