]> git.openstreetmap.org Git - nominatim.git/commit
replace database settings with dotenv variant
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 15 Dec 2020 14:12:28 +0000 (15:12 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
commit15a1666f8a1e19c338015fccd502be6cfd5c24df
tree865cfca95ad00b7abcc6e3eb41e0b8b6c7a7e5e7
parent25bdd7c6d99f99e5fe01c86477be1dcabc35ec98
replace database settings with dotenv variant

As we can't refer to the project root dir in the module path, the
module path may now also be a relative directory which is then
taken as being relative to the project root path.

Moves the checkModulePresence() function into the Setup class, so
that it can work on the computed absolute module path.
lib/DB.php
lib/cmd.php
lib/lib.php
lib/setup/SetupClass.php
lib/setup_functions.php
settings/defaults.php
settings/env.defaults [new file with mode: 0644]
utils/check_import_finished.php
utils/specialphrases.php
utils/update.php