Skip to main content
Version: 2.2.0

RMT Configuration Variables

NameDefaultDescription
LOG_LEVELinfoLogging level for the application. Options: debug, info, warn, error
APP_PORT5000Port number on which the application will listen for HTTP requests
SQL_USER-Username for PostgreSQL database connection
SQL_PASSWORD-Password for PostgreSQL database connection (should be provided via Kubernetes secret)
SQL_HOST-Hostname or IP address of the PostgreSQL database server
SQL_PORT5432Port number of the PostgreSQL database server
SQL_DATABASE-Name of the PostgreSQL database to connect to
SQL_SCHEMA-Database schema name where RMT tables will be created
SQL_MAX_CONNS-Maximum number of open connections to the database
SQL_MAX_IDLE_CONNS-Maximum number of idle connections in the connection pool
SQL_MAX_CONN_LIFETIME-Maximum lifetime of a database connection before it is closed
SQL_SSL_MODE-SSL mode for database connection. Options: disable, require, verify-ca, verify-full
GIS_INTEGRATION_LOCATION_TYPEcurrent_locationType of location data to be used for GIS integration
GIS_URLURL of the GIS service for location data integration, if empty, skip GIS integration
IAMS_KEYCLOAK_URLURL of the Keycloak server for authentication and authorization