X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bc449e10be56e2225dec7a2256f92977850c5ea9..a4ecd9d73e93a56aeee336c7fa7e18aa42bd9e03:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 0d55c4c8..d48aff73 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -86,7 +86,7 @@ @define('CONST_BulkUserIPs', ''); @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs - @define('CONST_Website_BaseURL', 'http://localhost/nominatim/'); + @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); @define('CONST_Tile_Default', 'Mapnik'); @define('CONST_Default_Language', false);