fix missing " for variable SRV_IMServerURI in example file

link-sitting
Michael Cerquoni 2013-10-12 20:47:10 -04:00
parent ff8a768258
commit daf44cc65e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
SRV_AssetServerURI = "http://127.0.0.1:9000" SRV_AssetServerURI = "http://127.0.0.1:9000"
SRV_ProfileServerURI = "http://127.0.0.1:9000" SRV_ProfileServerURI = "http://127.0.0.1:9000"
SRV_FriendsServerURI = "http://127.0.0.1:9000" SRV_FriendsServerURI = "http://127.0.0.1:9000"
SRV_IMServerURI = "http://127.0.0.1:9000 SRV_IMServerURI = "http://127.0.0.1:9000"
;; For Viewer 2 ;; For Viewer 2
MapTileURL = "http://127.0.0.1:9000/" MapTileURL = "http://127.0.0.1:9000/"