diff --git a/cfg/cfg.go b/cfg/cfg.go index 238f30a..7cafd8e 100644 --- a/cfg/cfg.go +++ b/cfg/cfg.go @@ -25,7 +25,7 @@ func Parse() *AppSettings { kong.Vars{ "default_address": ":8080", "default_file_path": "./data.csv", - "default_file_url": "https://data.neuber.io/data.csv", + "default_file_url": "https://data.example.com/test.csv", }, kong.Name("country_geo_locations"), kong.Description("🚀 Start a simple web server for GeoIP data"),