empty application.conf.default

pull/4314/head
Thibault Duplessis 2018-04-28 05:22:02 +02:00
parent c186180a6b
commit ffe9f9eec4
2 changed files with 3 additions and 8 deletions

View File

@ -1,9 +1,4 @@
include "base"
net {
domain = "l.org"
}
geoip {
file = "data/GeoLite2-City.mmdb"
}
# copy to conf/application.conf, then
# override values from base.conf here

View File

@ -213,7 +213,7 @@ analyse {
net.domain = ${net.domain}
}
geoip {
file = ""
file = "data/GeoLite2-City.mmdb"
cache_ttl = 20 minutes
}
security {