- """ The `Configuration` class wraps access to the local configuration
- options as described in the [Configuration page](../customize/Settings.md).
-
- Nominatim uses dotenv to configure the software. Configuration options
- are resolved in the following order:
-
- * from the OS environment (or the dictionary given in `environ`)
- * from the .env file in the project directory of the installation
- * from the default installation in the configuration directory