X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ae83ceab5ef97988cf9ea375ae4cf7afd1c05110..0617768ee2f90bb5a5a73bb05b86d3c4bf6c074a:/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.