]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/specialphrases.php
switch all utils to initialising dotenv
[nominatim.git] / utils / specialphrases.php
index 58e06222b31015d92d43ad9d920d3ab9e9c741ce..8e8ea63c6763d58057bda8cfe534e9b9131a3565 100644 (file)
@@ -11,9 +11,11 @@ $aCMDOptions
    array('quiet', 'q', 0, 1, 0, 0, 'bool', 'Quiet output'),
    array('verbose', 'v', 0, 1, 0, 0, 'bool', 'Verbose output'),
    array('wiki-import', '', 0, 1, 0, 0, 'bool', 'Create import script for search phrases '),
+   array('project-dir', '', 0, 1, 1, 1, 'realpath', 'Base directory of the Nominatim installation (default: .)'),
   );
 getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
+loadSettings($aCMDResult['project-dir'] ?? getcwd());
 setupHTTPProxy();
 
 include(getSettingConfig('PHRASE_CONFIG', 'phrase_settings.php'));