X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4d5faf942301766d793f267ff9d69da949f39f08..b54ff7d7664eadf3fdf018622540d6fce835502e:/settings/env.defaults diff --git a/settings/env.defaults b/settings/env.defaults index f4c33e77..d3952af0 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -12,12 +12,6 @@ NOMINATIM_DATABASE_DSN="pgsql:dbname=nominatim" # Nominatim sets up read-only access for this user during installation. NOMINATIM_DATABASE_WEBUSER="www-data" -# Directory where to find the PostgreSQL server module. -# When empty the module is expected to be located in the 'module' subdirectory -# in the project directory. -# Changing this value requires to run 'nominatim refresh --functions'. -NOMINATIM_DATABASE_MODULE_PATH= - # Tokenizer used for normalizing and parsing queries and names. # The tokenizer is set up during import and cannot be changed afterwards # without a reimport. @@ -177,16 +171,6 @@ NOMINATIM_MAPICON_URL= # When unset, the local language (i.e. the name tag without suffix) will be used. NOMINATIM_DEFAULT_LANGUAGE= -# Enable a special batch query mode. -# This feature is currently undocumented and potentially broken. -NOMINATIM_SEARCH_BATCH_MODE=no - -# Threshold for searches by name only. -# Threshold where the lookup strategy in the database is switched. If there -# are less occurrences of a tem than given, the search does the lookup only -# against the name, otherwise it uses indexes for name and address. -NOMINATIM_SEARCH_NAME_ONLY_THRESHOLD=500 - # Maximum number of OSM ids accepted by /lookup. NOMINATIM_LOOKUP_MAX_COUNT=50