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