Configuration IO-TEMPLATE-APP¶
.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 |
Examples:
GLOBAL_USER_EMAIL=a@b.com
.settings.io_aero.toml¶
This file controls the secrets of the 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
and 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 application.
The customisable entries are:
Parameter |
Description |
---|---|
check_value |
|
is_verbose |
Display progress messages for processing |
The configuration parameters can be set differently for the individual
environments (default
and test
).
Examples:
[default]
check_value = "default"
is_verbose = true
[test]
check_value = "test"