parse configuration on before hook on server command

This commit is contained in:
A.Unger
2020-03-18 12:54:46 +01:00
parent 57d90d7fcf
commit f737dd6aa6

View File

@@ -38,7 +38,7 @@ func Server(cfg *config.Config) *cli.Command {
cfg.Phoenix.Config.Apps = c.StringSlice("web-config-app")
return nil
return ParseConfig(c, cfg)
},
Action: func(c *cli.Context) error {
logger := NewLogger(cfg)