mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fix missing " for variable SRV_IMServerURI in example file
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
SRV_AssetServerURI = "http://127.0.0.1:9000"
|
||||
SRV_ProfileServerURI = "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
|
||||
MapTileURL = "http://127.0.0.1:9000/"
|
||||
|
||||
Reference in New Issue
Block a user