]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
data partitioning
[nominatim.git] / settings / settings.php
index 84cfa3e55c9bae6663274138fcbd735a2336a5df..f8075cb1e98abb37c29087b4809ed37fdc550f66 100644 (file)
@@ -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', '');