Skip to content

Commit

Permalink
download geo lite db from temporary server
Browse files Browse the repository at this point in the history
  • Loading branch information
Geosearchef committed Sep 21, 2018
1 parent ebc3b0a commit 6b5b109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static class Shutdown {

@Data
public static class GeoIp {
private String databaseUrl = "http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz";
private String databaseUrl = "https://faf.geosearchef.de/GeoLite2-City.mmdb.gz";
private Path databaseFile = Paths.get("cache/geoIp.mmdb");
}

Expand Down

0 comments on commit 6b5b109

Please sign in to comment.