Skip to content

Configuration

Gordan Krešić edited this page Oct 31, 2016 · 3 revisions

Configuration files are stored in src/main/dist/conf/ as templates. During installation, they will be renamed, but during development it is up to developer to provide its own development versions. Start with given templates and modify accordingly.

MENTOR_CONF env variable can point to any folder to override default conf folder.

mentor.xml

Main app config.

logback.xml

Logging. Defaults to DEBUG level console output.

jdbc.properties

JDBC config.

jetty.xml

Jetty config.

If HTTPS or virtualhost routing is desired, use HAProxy.

Clone this wiki locally