Built in variables in templates
Environment variable values will not be used unless stated in the comment column of the tables below.
Variables listed here are not used in the current default templates.
Example command to list all variables from the templates:
grep -ohr "@[A-Za-z0-9_]*@" /opt/nevisidm/template | sort | uniq
Example command to find where a variable is used:
grep -r "@IDMDB_CONNECTION@" /opt/nevisidm/template | sort
Server configuration
IDMDB_CONNECTIONThe connection URL to be used for accessing the nevisIDM database. For example:
jdbc:mysql://localhost:3306/nevisidm.IDMDB_USERNAMEThe database user that nevisIDM uses to connect to the database. Usually
UIDM02.IDMDB_PASSWORDThe password of the database user.
IDM_PRINTING_TARGET_DIRThe location where generated PDFs are stored. The location path must be absolute. The location itself has to be writable by the LibreOffice service.
IDM_MAILSERVER_HOSTHost name of the SMTP server.
IDM_MAILSERVER_PORTPort of the SMTP server.
IDM_MAILSENDER_EMAILDefault sender address in e-mails.