mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 10:34:08 +00:00
make sure that environment variables have highest prio
This commit is contained in:
@@ -32,7 +32,7 @@ class Configuration:
|
|||||||
""" Return a copy of the OS environment with the Nominatim configuration
|
""" Return a copy of the OS environment with the Nominatim configuration
|
||||||
merged in.
|
merged in.
|
||||||
"""
|
"""
|
||||||
env = dict(os.environ)
|
env = dict(self._config)
|
||||||
env.update(self._config)
|
env.update(os.environ)
|
||||||
|
|
||||||
return env
|
return env
|
||||||
|
|||||||
Reference in New Issue
Block a user