Skip to content

Commit

Permalink
clean up env vars for spaces feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed May 2, 2022
1 parent d2c7364 commit 78fe5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/frontend/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ type Config struct {
SkipUserGroupsInToken bool `yaml:"skip_users_groups_in_token"`

EnableFavorites bool `yaml:"favorites"`
EnableProjectSpaces bool `yaml:"enable_project_spaces" env:"OCIS_PROJECT_SPACES_ENABLED;FRONTEND_PROJECT_SPACES_ENABLED" desc:"Indicates to clients that project spaces are supposed to be made available."`
EnableShareJail bool `yaml:"enable_share_jail" env:"OCIS_SHARE_JAIL_ENABLED;FRONTEND_SHARE_JAIL_ENABLED" desc:"Indicates to clients that the share jail is supposed to be used."`
EnableProjectSpaces bool `yaml:"enable_project_spaces" env:"FRONTEND_ENABLE_PROJECT_SPACES" desc:"Indicates to clients that project spaces are supposed to be made available."`
EnableShareJail bool `yaml:"enable_share_jail" env:"FRONTEND_ENABLE_SHARE_JAIL" desc:"Indicates to clients that the share jail is supposed to be used."`
UploadMaxChunkSize int `yaml:"upload_max_chunk_size"`
UploadHTTPMethodOverride string `yaml:"upload_http_method_override"`
DefaultUploadProtocol string `yaml:"default_upload_protocol"`
Expand Down

0 comments on commit 78fe5c6

Please sign in to comment.