From 74593b8bbf6dc5d3ad62609ed28762e3001013c0 Mon Sep 17 00:00:00 2001 From: Tom3201 Date: Sat, 23 Dec 2023 23:50:05 +0100 Subject: [PATCH] cfg/cfg.go: Replace real file URL with template URL --- cfg/cfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),