diff options
Diffstat (limited to 'config.json.example')
-rwxr-xr-x | config.json.example | 8 |
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 | } |