mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 01:08:10 -04:00
StringSlice flag to String, rename EnvVar to PHOENIX_WEB_CONFIG_APPS
This commit is contained in:
@@ -170,11 +170,11 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
EnvVar: "PHOENIX_WEB_CONFIG_VERSION",
|
||||
Destination: &cfg.Phoenix.Config.Version,
|
||||
},
|
||||
&cli.StringSliceFlag{
|
||||
&cli.StringFlag{
|
||||
Name: "web-config-apps",
|
||||
Value: &apps,
|
||||
Value: "",
|
||||
Usage: "Use multiple times to provide multiple apps",
|
||||
EnvVar: "PHOENIX_APPS",
|
||||
EnvVar: "PHOENIX_WEB_CONFIG_APPS",
|
||||
},
|
||||
// TODO EXTERNAL APPS?
|
||||
&cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user