Variables & Configuration Pattern
Understand how variables are resolved in Nuxeo platform, and get a view on all options available in the current Nuxeo framework.
Go
Configuration Parameters
Nuxeo Platform reads configuration properties in the nuxeo.conf
file. Those parameters can be either environment parameters used by Nuxeo runtime or template parameters used for values replacement in configuration files.
Go
Configuration Templates
Nuxeo applications integrate a configuration templates system to ease configuration and maintenance of configuration files.
Go