mirror of
https://github.com/owncloud/ocis
synced 2026-05-05 06:32:34 +02:00
chore: Add readme file and adjust configuration for better defaults
This commit is contained in:
@@ -7,9 +7,9 @@ type CS3Api struct {
|
||||
}
|
||||
|
||||
type Gateway struct {
|
||||
Name string `yaml: "name" env:"COLLABORATION_CS3API_GATEWAY_NAME" desc:"service name of the CS3API gateway"`
|
||||
Name string `yaml: "name" env:"COLLABORATION_CS3API_GATEWAY_NAME" desc:"The service name of the CS3API gateway."`
|
||||
}
|
||||
|
||||
type DataGateway struct {
|
||||
Insecure bool `yaml:"insecure" env:"COLLABORATION_CS3API_DATAGATEWAY_INSECURE" desc:"connect to the CS3API data gateway insecurely"`
|
||||
Insecure bool `yaml:"insecure" env:"COLLABORATION_CS3API_DATAGATEWAY_INSECURE" desc:"Connect to the CS3API data gateway insecurely."`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user