The "custom" template folder allows you to add customization such as using multiple databases, configuring services, ...
- Add your own template files in
templates/customdirectory.
You can use either existing or new parameters in these new template files. - From the Admin Center or by manually editing the
nuxeo.conffile, set your parameters' values and setnuxeo.templates=custom.
You can refer to custom templates directory with a relative path or to your own custom templates directory with an absolute path. - Edit
custom/nuxeo.defaultsand setnuxeo.template.includesparameter to define the list of existing templates to include (comma separated values); your custom template will be used at last.
nuxeo.defaultsfiles from included templates are also read.
In case you need multiple customizations, create multiple directories and reference them in a dedicated nuxeo.conf for each server.
Labels