From c39183e3a5da21e31f2d9c71ccf98420b6dcb526 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 11 Jul 2025 11:51:49 +0200 Subject: [PATCH] remove any references to website setup or refresh Does no longer exist. --- settings/env.defaults | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/settings/env.defaults b/settings/env.defaults index 52dbbe8d..d9c36c10 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -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. -- 2.39.5