aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2017-01-31 19:07:43 +0800
committerJinwei Zhao <[email protected]>2017-02-01 21:41:54 +0800
commit88750f859acf7e91d1f6403f89baa54189f51cbd (patch)
treea672fa366cae1e0890e9856f784d4c08ca67529a /config.json.example
parentdf17a8695cba8f643593664f383912951e234540 (diff)
downloadCOMM2TG-88750f859acf7e91d1f6403f89baa54189f51cbd.tar.gz
write lat lng to config file
Diffstat (limited to 'config.json.example')
-rwxr-xr-xconfig.json.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index ea29c95..8679741 100755
--- a/config.json.example
+++ b/config.json.example
@@ -8,5 +8,9 @@
8 "DBUser": "", 8 "DBUser": "",
9 "DBPass": "", 9 "DBPass": "",
10 "DBHost": "ip:port", 10 "DBHost": "ip:port",
11 "BlockList": "" 11 "BlockList": "",
12 "minLngE6": 119618783,
13 "minLatE6": 29912919,
14 "maxLngE6": 121018722,
15 "maxLatE6": 30573739
12} 16}
Powered by cgit v1.2.3 (git 2.41.0)