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) $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin config set micro.web port 8083
Json parameter value $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin config set pydio.grpc.yourservice configName '{"key":"value"}'