]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/customize/Settings.md
have ADDRESS_LEVEL_CONFIG use load_sub_configuration
[nominatim.git] / docs / customize / Settings.md
index f34f85b1f50b636ea735706f8d839c47aa6a5f17..a71b2e1b1f9fa66704e60db028ac39c31cbb5b1e 100644 (file)
@@ -309,12 +309,15 @@ unset, Nominatim expects the data to be saved in the project directory.
 | --------------     | --------------------------------------------------- |
 | **Description:**   | Configuration file for rank assignments |
 | **Format:**        | path |
-| **Default:**       | _empty_ (use default settings) |
+| **Default:**       | address-levels.json |
 
-The _address level config_ configures rank assignments for places. See
+The _address level configuration_ defines the rank assignments for places. See
 [Place Ranking](Ranking.md) for a detailed explanation what rank assignments
-are and what the configuration file must look like. The default configuration
-can be found in the configuration directory as `address-levels.json`.
+are and what the configuration file must look like.
+
+When a relative path is given, then the file is searched first relative to the
+project directory and then in the global settings directory.
+
 
 #### NOMINATIM_IMPORT_STYLE