]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/library/Configuration.md
Merge pull request #3503 from lonvia/mkdocs-without-cmake
[nominatim.git] / docs / library / Configuration.md
index 19b8feb803fcb413fe9e06adb6b0f3733406e352..e13470e9fceb5a0d5a45f26cd46d2c8d46e55b39 100644 (file)
@@ -1,6 +1,26 @@
-# Configuration class
+# Configuration
 
-::: nominatim.config.Configuration
+When using Nominatim through the library, it can be configured in exactly
+the same way as when running as a service. This means that you should have
+created a [project directory](../admin/Import.md#creating-the-project-directory)
+which contains all files belonging to the Nominatim instance. It can also contain
+an `.env` file with configuration options. Setting configuration parameters
+via environment variables works as well.
+
+Configuration options are resolved in the following order:
+
+* from the OS environment (or the dictionary given in `environ`,
+  (see NominatimAPI.md#nominatim.api.core.NominatimAPI.__init__)
+* from the .env file in the project directory of the installation
+* from the default installation in the configuration directory
+
+For more information on configuration via dotenv and a list of possible
+configuration parameters, see the [Configuration page](../customize/Settings.md).
+
+
+## `Configuration` class
+
+::: nominatim_api.Configuration
     options:
         members:
             - get_bool