From 88750f859acf7e91d1f6403f89baa54189f51cbd Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Tue, 31 Jan 2017 19:07:43 +0800 Subject: write lat lng to config file --- config.json.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.json.example') 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 @@ "DBUser": "", "DBPass": "", "DBHost": "ip:port", - "BlockList": "" + "BlockList": "", + "minLngE6": 119618783, + "minLatE6": 29912919, + "maxLngE6": 121018722, + "maxLatE6": 30573739 } -- cgit v1.2.3