cells-enterprise admin config set
./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 config set micro.web port 8083
Json parameter value $ ./cells-enterprise config set pydio.grpc.yourservice configName '{"key":"value"}'
./cells-enterprise admin config set [flags]
Options
-h, --help help for set
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells-enterprise admin config - Configuration manager