cfg/cfg.go: Replace real file URL with template URL

This commit is contained in:
Tom Neuber 2023-12-23 23:50:05 +01:00
parent 9e5c58207c
commit 74593b8bbf
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -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"),