Configuration

This page describes the Configuration item, which allows setting up database and OSM server connection parameters, NATS server credentials, and server communication ports.

Overview

To access configuration parameters, in the main menu:

  1. Open the Settings section
  2. Select the Configuration item

Use and Functionality

The Configuration item comprises:

  1. Main blocks to configure the required system parameters:
  2. Reset button to cancel all changes
  3. Save button to apply changes

Database

The Database block allows configuring database connection parameters depending on the database type.

To configure the Database parameters:

  • Select the PostgreSQL database type
  • Specify the database host to define the server address where the PostgreSQL database is preinstalled and configured, using the format "jdbc:postgresql://<db_host>/<db_name>"
  • Enter the authentication credentials of the database owner for accessing the database:
    • Login
    • Password
  • Specify the name of the schema created within the database
  • Click Test Connection to validate the database connection

NATS

The NATS block allows configuring the NATS messaging system parameters.

To configure the NATS parameters:

  • Enter the NATS server address in the format "host:port"
  • Provide the authentication credentials:
    • Login
    • Password

Servers

The Servers block allows configuring the server communication parameters.

To configure the server parameters:

  • Specify the HTTP Port
  • Specify the HTTPS Port
  • Specify the GRPC Port

OpenStreetMap Server

The OpenStreetMap Server block allows configuring an OSM tile server to be used for displaying all geospatial maps across the system interface.

To connect the server, specify the host URL of the tile server in the standard OpenStreetMap tile format:

If the OSM server address is not specified, map functionality will be unavailable throughout the system.