mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-01 12:10:13 +02:00
Default baseUrl is http://localhost/
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
# Set you own config values here:
|
||||
$config = array(
|
||||
"baseUrls" => array("http://10.0.1.11/"),
|
||||
"baseUrls" => array("http://localhost/"),
|
||||
"serverTitle" => "TileServer.php v0.1",
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user