Switch to GeoIP Cache DB

chubin/logging
Igor Chubin 2 years ago
parent 4855adeaf6
commit b8a7991cb6

@ -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…
Cancel
Save