aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rwxr-xr-xconfig.json.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.json.example b/config.json.example
index 8d9b824..7e61d75 100755
--- a/config.json.example
+++ b/config.json.example
@@ -1,9 +1,9 @@
1{ 1{
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", 6 "PhantomjsPath": "/usr/local/phantomjs/bin/phantomjs",
7 "DBName": "", 7 "DBName": "",
8 "DBUser": "", 8 "DBUser": "",
9 "DBPass": "", 9 "DBPass": "",
Powered by cgit v1.2.3 (git 2.41.0)