Compare commits

..

3 commits

Author SHA1 Message Date
f9f08a2338
chore(go): bump go version to 1.23.3
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline failed
2024-11-28 12:06:09 +01:00
02ae778018
feat(exporter): add prometheus exporter for cache, database & webserver stats 2024-11-28 12:06:06 +01:00
6a69a69a34
chore: move cfg package to internal/cmd 2024-11-28 11:52:41 +01:00

View file

@ -41,7 +41,7 @@ func (c *CLI) Parse() (*AppSettings, error) {
"default_enable_exporter": "false",
"default_exporter_address": ":9191",
},
kong.Name("country-geo-locations"),
kong.Name("country_geo_locations"),
kong.Description("🚀 Start a simple web server for GeoIP data"),
kong.UsageOnError(),
)