Make UI logo URL configurable

This commit is contained in:
stefanprodan
2019-10-12 17:41:21 +03:00
parent 2b1d325343
commit c5df50c774
6 changed files with 14 additions and 4 deletions
+1
View File
@@ -50,6 +50,7 @@ type Config struct {
HttpServerTimeout time.Duration `mapstructure:"http-server-timeout"`
HttpServerShutdownTimeout time.Duration `mapstructure:"http-server-shutdown-timeout"`
BackendURL []string `mapstructure:"backend-url"`
UILogo string `mapstructure:"ui-logo"`
UIMessage string `mapstructure:"ui-message"`
UIColor string `mapstructure:"ui-color"`
UIPath string `mapstructure:"ui-path"`