rework/rework-control-core-backend-service-init
Deployment configuration settings
Those are defined as environment variables and typically do not need to change during runtime. Below is a description of those available.
| Environment Variable | Description | Default Value |
|---|---|---|
Logging Settings |
||
LogLevel |
Sets the default log level for log messages shown in console. |
Trace |
Database Settings |
||
ConnectionStringMssql__Service |
Connection string to the MSSQL database used by Rework Control Core. |
Placeholder value which is invalid. In Helm deployments, value matches the database connectionstring mssql deployment via the umbrella chart. |
ConnectionStringOracle__Service |
Connection string to the ORACLE database used by Rework Control Core. |
Placeholder value which is invalid. In Helm deployments, value matches the database connectionstring oracle deployment via the umbrella chart. |
DatabaseType |
Database type used by Rework Control Core. |
MSSQL In Helm deployments, value matches the databasetype deployment via the umbrella chart. |
DbMigration_EnvironmentName |
Db migration environment name variable used to fetch environment name value. |
Placeholder value which is invalid. In Helm deployments, value matches the db migration environment name deployment via the umbrella chart. |
DbMigration_SystemName |
Db migration system name variable used to fetch system name value. |
Placeholder value which is invalid. In Helm deployments, value matches the db migration system name deployment via the umbrella chart. |
DbMigration_Version |
Db migration version variable used to fetch version value. |
Placeholder value which is invalid. In Helm deployments, value matches the db migration version deployment via the umbrella chart. |
DbMigration_InstanceId |
Db migration instance id used to fetch db migrat id value. |
Placeholder value which is invalid. In Helm deployments, value matches the db migration instance id deployment via the umbrella chart. |