mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
readd OCIS_RUN_EXTENSIONS
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -49,7 +49,7 @@ type Mode int
|
||||
type Runtime struct {
|
||||
Port string `yaml:"port" env:"OCIS_RUNTIME_PORT"`
|
||||
Host string `yaml:"host" env:"OCIS_RUNTIME_HOST"`
|
||||
Extensions string `yaml:"services" env:"OCIS_RUN_SERVICES"`
|
||||
Extensions string `yaml:"services" env:"OCIS_RUN_EXTENSIONS,OCIS_RUN_SERVICES"`
|
||||
}
|
||||
|
||||
// Config combines all available configuration parts.
|
||||
|
||||
Reference in New Issue
Block a user