forked from hans/Nominatim
remove unused PROXY settings
This commit is contained in:
@@ -38,18 +38,6 @@ NOMINATIM_TOKENIZER_CONFIG=
|
||||
# Changing this value requires to run ./utils/setup --create-functions.
|
||||
NOMINATIM_USE_US_TIGER_DATA=no
|
||||
|
||||
# Proxy settings
|
||||
# The following settings allow to set a proxy to use when remotely downloading
|
||||
# data. Host and port are required. Login and password are optional.
|
||||
NOMINATIM_HTTP_PROXY=no
|
||||
NOMINATIM_HTTP_PROXY_HOST=
|
||||
NOMINATIM_HTTP_PROXY_PORT=3128
|
||||
NOMINATIM_HTTP_PROXY_LOGIN=
|
||||
NOMINATIM_HTTP_PROXY_PASSWORD=
|
||||
# Also set these standard environment variables.
|
||||
# HTTP_PROXY="http://user:pass@10.10.1.10:1080"
|
||||
# HTTPS_PROXY="http://user:pass@10.10.1.10:1080"
|
||||
|
||||
# Location of the osm2pgsql binary.
|
||||
# EXPERT ONLY. You should usually use the supplied osm2pgsql.
|
||||
NOMINATIM_OSM2PGSQL_BINARY=
|
||||
|
||||
Reference in New Issue
Block a user