mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 21:04:07 +00:00
remove any references to website setup or refresh
Does no longer exist.
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
# Database connection string.
|
# Database connection string.
|
||||||
# Add host, port, user etc through additional semicolon-separated attributes.
|
# Add host, port, user etc through additional semicolon-separated attributes.
|
||||||
# e.g. ;host=...;port=...;user=...;password=...
|
# e.g. ;host=...;port=...;user=...;password=...
|
||||||
# Changing this variable requires to run 'nominatim refresh --website'.
|
|
||||||
NOMINATIM_DATABASE_DSN="pgsql:dbname=nominatim"
|
NOMINATIM_DATABASE_DSN="pgsql:dbname=nominatim"
|
||||||
|
|
||||||
# Database web user.
|
# Database web user.
|
||||||
@@ -36,11 +35,11 @@ NOMINATIM_TOKENIZER_CONFIG=
|
|||||||
|
|
||||||
# Search in the Tiger house number data for the US.
|
# Search in the Tiger house number data for the US.
|
||||||
# Note: The tables must already exist or queries will throw errors.
|
# 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
|
NOMINATIM_USE_US_TIGER_DATA=no
|
||||||
|
|
||||||
# Search in the auxiliary housenumber table.
|
# 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
|
NOMINATIM_USE_AUX_LOCATION_DATA=no
|
||||||
|
|
||||||
# Proxy settings
|
# Proxy settings
|
||||||
@@ -143,8 +142,7 @@ NOMINATIM_REPLICATION_RECHECK_INTERVAL=60
|
|||||||
|
|
||||||
### API settings
|
### API settings
|
||||||
#
|
#
|
||||||
# The following settings configure the API responses. You must rerun
|
# The following settings configure the API responses.
|
||||||
# 'nominatim refresh --website' after changing any of them.
|
|
||||||
|
|
||||||
# Send permissive CORS access headers.
|
# Send permissive CORS access headers.
|
||||||
# When enabled, send CORS headers to allow access to everybody.
|
# 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
|
### Log settings
|
||||||
#
|
#
|
||||||
# The following options allow to enable logging of API requests.
|
# 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.
|
# Enable logging of requests into a file.
|
||||||
# To enable logging set this setting to the file to log to.
|
# To enable logging set this setting to the file to log to.
|
||||||
|
|||||||
Reference in New Issue
Block a user