fix missing " for variable SRV_IMServerURI in example file
parent
ff8a768258
commit
daf44cc65e
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue