1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-01 12:10:13 +02:00
This commit is contained in:
Petr Pridal
2012-08-12 16:23:48 +02:00
parent ab4980c06b
commit 754de66927

View File

@@ -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",
);