Skip to main content
Version: 2.1.0

Configuration

This section provides detailed information on how to configure the backend of In App Notification. It covers various settings and options available in the application. Follow the instructions carefully to ensure proper configuration.

Application

NameDefaultDescription
APP_PORT5000The application port for serving HTTP requests.
LOG_LEVELinfoThe logging level. info for production, debug for development.

Database

Database configurations.

NameDefaultDescription
SQL_HOSTlocalhostThe hostname or IP address of the SQL database server.
SQL_PORT5432The port number of the database.
SQL_DATABASE_NAMEpostgresThe name of the SQL database to connect to.
SQL_SCHEMA_NAMEpublicThe schema name within the SQL database.
SQL_USERpostgresThe username for authenticating with the SQL database.
SQL_PASSWORDpostgresThe password for authenticating with the SQL database.
SQL_PLUGIN_NAMEpostgresThe name of the SQL plugin to use for database interactions.
SQL_SSL_MODEdisableThe SSL mode for the database connections
SQL_MAX_CONNS10The maximum number of connections to the database.
SQL_MAX_IDLE_CONNS10The maximum number of idle connections to the database.
SQL_MAX_CONN_LIFETIME10mThe maximum lifetime of a connection to the database.

RTUS Configuration

RTUS configuration to interact with the RTUS module.

NameDefaultDescription
RTUS_DOMAINThe RTUS hostname
RTUS_MAP_NAMEThe map name for ian service