diff options
author | Jinwei Zhao <[email protected]> | 2017-01-31 19:07:43 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-02-01 21:41:54 +0800 |
commit | 88750f859acf7e91d1f6403f89baa54189f51cbd (patch) | |
tree | a672fa366cae1e0890e9856f784d4c08ca67529a /config.json.example | |
parent | df17a8695cba8f643593664f383912951e234540 (diff) | |
download | COMM2TG-88750f859acf7e91d1f6403f89baa54189f51cbd.tar.gz |
write lat lng to config file
Diffstat (limited to 'config.json.example')
-rwxr-xr-x | config.json.example | 6 |
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 | } |