3dcitydb / citydb-tool

3D City Database 5.0 CLI to import/export city model data and to run database operations
Apache License 2.0
9 stars 2 forks source link

Integrate and use new config module in all other modules #14

Closed clausnagel closed 7 months ago

clausnagel commented 8 months ago

This PR integrates the new config module into all other modules and applies some minor changes to the config module.

Summary of changes:

Some config file options are still missing in this PR, for example, options to define database connections or general options such as the log level to use. These options will be added later.

clausnagel commented 8 months ago

Added database options for the config file and made sure that all config classes have a consistent API.