Skip to content
Snippets Groups Projects
Commit e5af52618f50 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

cmd: Add a 'base-url' option

parent a747e2ea1c93
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
//nolint:lll
type InfoOptions struct {
BaseURL string `long:"baseurl" env:"BASEURL" ini-name:"baseurl" default:"" description:"The base url for building links"`
Environment string `long:"environment" env:"ENVIRONMENT" ini-name:"environment" default:"default" description:"A environment name, used in sentry and prometheus"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment