X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4c2c499860d631b746e0db10a5b2ff9cd279c241..e6d983474bc4f1720b2ef4460041b423b02fc172:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 84cfa3e5..f8075cb1 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -4,6 +4,10 @@ @define('CONST_Debug', false); @define('CONST_Database_DSN', 'pgsql://@/nominatim'); + // Paths + @define('CONST_Path_Postgresql_Contrib', '/usr/share/postgresql/9.0/contrib'); + @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-1.5'); + // Website settings @define('CONST_ClosedForIndexing', false); @define('CONST_ClosedForIndexingExceptionIPs', '');