]> git.openstreetmap.org Git - nominatim.git/commitdiff
reorganise path settings in config
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 15 Dec 2020 09:09:55 +0000 (10:09 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
CONST_BasePath is split into separate configuration variables
for binaries, libraries and data. These variables as well as
the installation path are now set in the executable directly and
no longer configurable via project settings.

This is the first step towards an installable software. The
executables should know per installation where to find their
necessary data to execute. Project configuration needs to be
restricted to settings that really concern the specific Nominatim
installation.


No differences found