X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ae83ceab5ef97988cf9ea375ae4cf7afd1c05110..87d78e87d2c527120e93bec09c85c5e36a76e9a1:/settings/defaults.php diff --git a/settings/defaults.php b/settings/defaults.php index 2d8f47d0..8cdbcb5a 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -9,6 +9,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); @define('CONST_Debug', false); @define('CONST_Database_DSN', 'pgsql://@/nominatim'); // ://:@:/ @define('CONST_Database_Web_User', 'www-data'); +@define('CONST_Database_Module_Path', CONST_InstallPath.'/module'); @define('CONST_Max_Word_Frequency', '50000'); @define('CONST_Limit_Reindexing', true); // Restrict search languages.