]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/env.defaults
older version of Postgres cannot convert jsonb to int
[nominatim.git] / settings / env.defaults
index 9c2f7cac18da3636b445663627dd400a7683848c..c4739e786cdd95aa145d0c0172e949b11bb3433d 100644 (file)
@@ -209,6 +209,17 @@ NOMINATIM_POLYGON_OUTPUT_MAX_TYPES=1
 # under <endpoint>.php
 NOMINATIM_SERVE_LEGACY_URLS=yes
 
+# Maximum number of connection a single API object can use. (Python API only)
+# When running Nominatim as a server, then this is the maximum number
+# of connections _per worker_.
+NOMINATIM_API_POOL_SIZE=10
+
+# Search elements just within countries
+# If, despite not finding a point within the static grid of countries, it
+# finds a geometry of a region, do not return the geometry. Return "Unable
+# to geocode" instead.
+NOMINATIM_SEARCH_WITHIN_COUNTRIES=False
+
 ### Log settings
 #
 # The following options allow to enable logging of API requests.