Configuration IO-MAP-APPS

.act_secrets

This file controls the secrets of the make action functionality. This file is not included in the repository. The file .act_secrets_template can be used as a template.

The customisable entries are:

Parameter

Description

GLOBAL_USER_EMAIL

The global email address for GitHub

PYPI_PAT

IO-Aero pypi access key

Examples:

GLOBAL_USER_EMAIL=a@b.com
PYPI_PAT=<tbd>>

.settings.io_aero.toml

This file controls the secrets of the IO-MAP-APPS application. This file is not included in the repository. The file .settings.io_aero_template.toml can be used as a template.

The customisable entries are:

Parameter

Description

postgres_password

Password of the database user

postgres_password_admin

Password of the database administrator

The secrets can be set differently for the individual environments (default, prod or test).

Examples:

[default]
postgres_password = "..."
postgres_password_admin = "..."

[test]
postgres_password = "postgres_password"
postgres_password_admin = "postgres_password_admin"

settings.io_aero.toml

This file controls the behaviour of the IO-MAP-APPS application.

The customisable entries are:

Parameter

Description

check_value

default defining the default values for the configuration parameters prod for production operation test for test operation

folder_ned

lho

is_verbose

Display progress messages for processing

landcover_aircraft_risk_json

lho

landcover_ground_risk_json

lho

natural_earth_data_debug

Debug mode for the Natural Earth data download

natural_earth_data_file_countries

File name for the reduced country border data

natural_earth_data_file_places

File name for the reduced city data

natural_earth_data_file_states

File name for the reduced state border data

natural_earth_data_timeout

Timeout for the Natural Earth data download

natural_earth_data_url_countries

URL for the Natural Earth country border data download

natural_earth_data_url_places

URL for the Natural Earth city data download

natural_earth_data_url_states

URL for the Natural Earth state border data download

natural_earth_data_workdir

Working directory for the Natural Earth data download

postgres_connection_port

Port number of the database server

postgres_container_name

Name of the database docker container

postgres_database_schema

Database schema name

postgres_dbname

Database name of the user database

postgres_dbname_admin

Database name of the administration database

postgres_host

Name of the database server

postgres_pgdata

File directory for the database files

postgres_user

Name of the database user

postgres_user_admin

Name of the database administrator

postgres_user_guest

Name of the database guest user

postgres_version

Database software version

runway_excel_file

lho

source_landcover_wgs84

lho

source_lidar_file

lho

source_population

lho

ts_vfr_raster_charts_port_local

Port number for the local VFR raster chart tile server

The configuration parameters can be set differently for the individual environments (default, prod or test).

Examples:

[default]
check_value = "default"
is_verbose = true

[test]
check_value = "test"