remove any references to website setup or refresh

Does no longer exist.
This commit is contained in:
Sarah Hoffmann
2025-07-11 11:51:49 +02:00
parent 99562a197e
commit c39183e3a5

View File

@@ -5,7 +5,6 @@
# Database connection string.
# Add host, port, user etc through additional semicolon-separated attributes.
# e.g. ;host=...;port=...;user=...;password=...
# Changing this variable requires to run 'nominatim refresh --website'.
NOMINATIM_DATABASE_DSN="pgsql:dbname=nominatim"
# Database web user.
@@ -36,11 +35,11 @@ NOMINATIM_TOKENIZER_CONFIG=
# Search in the Tiger house number data for the US.
# Note: The tables must already exist or queries will throw errors.
# Changing this value requires to run ./utils/setup --create-functions --setup-website.
# Changing this value requires to run ./utils/setup --create-functions.
NOMINATIM_USE_US_TIGER_DATA=no
# Search in the auxiliary housenumber table.
# Changing this value requires to run ./utils/setup --create-functions --setup-website.
# Changing this value requires to run ./utils/setup --create-functions.
NOMINATIM_USE_AUX_LOCATION_DATA=no
# Proxy settings
@@ -143,8 +142,7 @@ NOMINATIM_REPLICATION_RECHECK_INTERVAL=60
### API settings
#
# The following settings configure the API responses. You must rerun
# 'nominatim refresh --website' after changing any of them.
# The following settings configure the API responses.
# Send permissive CORS access headers.
# When enabled, send CORS headers to allow access to everybody.
@@ -202,7 +200,6 @@ NOMINATIM_OUTPUT_NAMES=name:XX,name,brand,official_name:XX,short_name:XX,officia
### Log settings
#
# The following options allow to enable logging of API requests.
# You must rerun 'nominatim refresh --website' after changing any of them.
#
# Enable logging of requests into a file.
# To enable logging set this setting to the file to log to.