aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorMichael Cerquoni2013-10-12 20:47:10 -0400
committerMichael Cerquoni2013-10-12 20:47:10 -0400
commitdaf44cc65ed8e2a0158d42011ec8cbeef105d580 (patch)
tree62f32451840756f113e87f2fdf69f6aa189c24bf /bin/config-include
parentFernando Oliveira's Postgress SQL Server Data Connector as a single commit. (diff)
downloadopensim-SC_OLD-daf44cc65ed8e2a0158d42011ec8cbeef105d580.zip
opensim-SC_OLD-daf44cc65ed8e2a0158d42011ec8cbeef105d580.tar.gz
opensim-SC_OLD-daf44cc65ed8e2a0158d42011ec8cbeef105d580.tar.bz2
opensim-SC_OLD-daf44cc65ed8e2a0158d42011ec8cbeef105d580.tar.xz
fix missing " for variable SRV_IMServerURI in example file
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index ef4fb3c..a368bb8 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -123,7 +123,7 @@
123 SRV_AssetServerURI = "http://127.0.0.1:9000" 123 SRV_AssetServerURI = "http://127.0.0.1:9000"
124 SRV_ProfileServerURI = "http://127.0.0.1:9000" 124 SRV_ProfileServerURI = "http://127.0.0.1:9000"
125 SRV_FriendsServerURI = "http://127.0.0.1:9000" 125 SRV_FriendsServerURI = "http://127.0.0.1:9000"
126 SRV_IMServerURI = "http://127.0.0.1:9000 126 SRV_IMServerURI = "http://127.0.0.1:9000"
127 127
128 ;; For Viewer 2 128 ;; For Viewer 2
129 MapTileURL = "http://127.0.0.1:9000/" 129 MapTileURL = "http://127.0.0.1:9000/"