]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/env.defaults
remove all references to a module path
[nominatim.git] / settings / env.defaults
index 8aee4a0fe28481dc25e182d2a0023e2ad593633e..d3952af0239b0aee21a0d0594be186f4da9f6752 100644 (file)
@@ -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.