-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF34, 11.4, 2021.0
-
Component/s: nuxeoctl start/stop/admin
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #19, nxplatform #20
-
Story Points:0
Currently, nuxeoctl showconf dumps the server configuration and in particularl all the parameters defined in nuxeo.conf.
We want to add a new section to the nuxeoctl showconf output to dump the full effective configuration of a Nuxeo Server (more or less the content of configuration.properties), given an optional environment and an optional list of profiles.
$ nuxeoctl showconf $ NUXEO_ENV=preprod NUXEO_PROFILES=importer,worker nuxeoctl showconf
Output:
... ** Settings from nuxeo.conf: audit.elasticsearch.enabled=true elasticsearch.client=RestClient ... ** Effective configuration for environment: preprod and profiles: importer,worker: ... audit.elasticsearch.enabled=true elasticsearch.client=RestClient nuxeo.plaintext_parsing_extensions=xml,properties,nx,html,js repository.clustering.delay=1000 nuxeo.server.ajp.port=8009 elasticsearch.restClient.username= nuxeo.vcs.optimizations.acl.enabled=true nuxeo.dbtemplate=default kafka.zkServers=localhost\:2181 nuxeo.stream.work.computation.filter.storeTTL=4d nuxeo.stream.work.computation.filter.storeName=default nuxeo.server.hsts.preload=false kafka.acks=1
- is related to
-
NXP-29808 Run Server Unit Tests in Platform JX pipeline
- Resolved
- Is referenced in