X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/38304136d31c88bc0e2294c4b62d83cf124c1dcf..414e6f089fc361ac22e28227be2d34a256226505:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 8fc5b89e..2b3ddeb2 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -47,9 +47,10 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); @define('CONST_ExtraDataPath', CONST_BasePath.'/data'); @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql'); @define('CONST_Pyosmium_Binary', '@PYOSMIUM_PATH@'); -@define('CONST_PHP_Binary', '@PHP_BIN@'); @define('CONST_Tiger_Data_Path', CONST_ExtraDataPath.'/tiger'); @define('CONST_Wikipedia_Data_Path', CONST_ExtraDataPath); +@define('CONST_Phrase_Config', CONST_BasePath.'/settings/phrase_settings.php'); +@define('CONST_Address_Level_Config', CONST_BasePath.'/settings/address-levels.json'); // osm2pgsql settings @define('CONST_Osm2pgsql_Flatnode_File', null);