Skip to main content
Version: 7.2402.x.x RR

Built in variables in templates

note

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_CONNECTION

    The connection URL to be used for accessing the nevisIDM database. For example: jdbc:mysql://localhost:3306/nevisidm.

  • IDMDB_USERNAME

    The database user that nevisIDM uses to connect to the database. Usually UIDM02.

  • IDMDB_PASSWORD

    The password of the database user.

  • IDM_PRINTING_TARGET_DIR

    The 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_HOST

    Host name of the SMTP server.

  • IDM_MAILSERVER_PORT

    Port of the SMTP server.

  • IDM_MAILSENDER_EMAIL

    Default sender address in e-mails.