]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
addresses not claculated for some named poi
[nominatim.git] / settings / settings.php
index f8075cb1e98abb37c29087b4809ed37fdc550f66..8f966e5e3b8b1221288b6a02dfee59f7c4e0cf7b 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+       if (file_exists(CONST_BasePath.'/settings/local.php')) require_once(CONST_BasePath.'/settings/local.php');
+       if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
 
        // General settings
        @define('CONST_Debug', false);
@@ -14,6 +16,7 @@
        @define('CONST_BlockedIPs', '');
 
        @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/');
+       @define('CONST_Tile_Default', 'Mapnik');
 
        @define('CONST_Default_Language', 'xx');
        @define('CONST_Default_Lat', 20.0);
@@ -24,4 +27,7 @@
 
        @define('CONST_Suggestions_Enabled', false);
 
-
+       // Log settings
+       @define('CONST_Log_DB', true);
+       @define('CONST_Log_File', false);
+       @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded