diff options
author | Diva Canto | 2011-06-12 18:29:44 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-12 18:29:44 -0700 |
commit | 07d7c1cd2d0d5ccf6d40a3616ecaeb565e9bfab4 (patch) | |
tree | 84b61fd6f543f9c27ca1b4379a7f2a69e0e2a199 /bin/config-include | |
parent | A few bug fixes on map V2. Zoom level weirdness still there. (diff) | |
download | opensim-SC_OLD-07d7c1cd2d0d5ccf6d40a3616ecaeb565e9bfab4.zip opensim-SC_OLD-07d7c1cd2d0d5ccf6d40a3616ecaeb565e9bfab4.tar.gz opensim-SC_OLD-07d7c1cd2d0d5ccf6d40a3616ecaeb565e9bfab4.tar.bz2 opensim-SC_OLD-07d7c1cd2d0d5ccf6d40a3616ecaeb565e9bfab4.tar.xz |
Trailing / in MapTileURL must be there!
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 69349d2..29c2af1 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -100,7 +100,7 @@ | |||
100 | SRV_IMServerURI = "http://127.0.0.1:9000" | 100 | SRV_IMServerURI = "http://127.0.0.1:9000" |
101 | 101 | ||
102 | ;; For Viewer 2 | 102 | ;; For Viewer 2 |
103 | MapTileURL = "http://127.0.0.1:9000" | 103 | MapTileURL = "http://127.0.0.1:9000/" |
104 | 104 | ||
105 | ;; Regular expressions for controlling which client versions are accepted/denied. | 105 | ;; Regular expressions for controlling which client versions are accepted/denied. |
106 | ;; An empty string means nothing is checked. | 106 | ;; An empty string means nothing is checked. |