cfg/cfg.go: Replace real file URL with template URL
This commit is contained in:
parent
9e5c58207c
commit
74593b8bbf
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue