The "custom" template folder allows you to add customization such as using multiple databases, configuring services, etc.
- Add your own template files in
templates/customdirectory. You can use either existing or new parameters in these new template files. - From the Admin tab 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.
The following properties cannot be configured from a configuration template (in nuxeo.defaults) and must be defined in nuxeo.conf:
nuxeo.data.dirnuxeo.log.dirnuxeo.pid.dirnuxeo.tmp.dirnuxeo.mp.dir
Other Documentation About Templates