cells-enterprise admin config set
Store a configuration
Synopsis¶
DESCRIPTION
Store a configuration item in both the pydio.json file and in the database.
SYNTAX
Configuration items are represented by three parameters passed as arguments: - serviceName: name of the corresponding service - configName: name of the parameter - configValue: json-encoded value of the parameter you want to set/change
EXAMPLES
Change the port of micro.web service (rest api) $ ./cells-enterprise admin config set micro.web port 8083
Json parameter value $ ./cells-enterprise admin config set pydio.grpc.yourservice configName '{"key":"value"}'
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- ./cells-enterprise admin config - Configuration manager
Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025