mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Switch to GeoIP Cache DB
This commit is contained in:
parent
4855adeaf6
commit
b8a7991cb6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ func Default() *Config {
|
|||
Geo{
|
||||
IPCache: "/wttr.in/cache/ip2l",
|
||||
IPCacheDB: "/wttr.in/cache/geoip.db",
|
||||
CacheType: types.CacheTypeFiles,
|
||||
CacheType: types.CacheTypeDB,
|
||||
},
|
||||
Logging{
|
||||
AccessLog: "/wttr.in/log/access.log",
|
||||
|
|
Loading…
Reference in a new issue