fn default_geoip_db_path()

in src/settings.rs [5:7]


fn default_geoip_db_path() -> PathBuf {
    "./GeoLite2-Country.mmdb".into()
}