Added missing config vars to StandaloneCommon.ini.example and fixed the ones in Robust.HG.ini.example

bulletsim
Diva Canto 2011-05-26 19:43:24 -07:00
parent abae859e7a
commit 31d07859f9
2 changed files with 4 additions and 2 deletions

View File

@ -216,8 +216,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
SRV_InventoryServerURI = "http://127.0.0.1:8002"
SRV_AssetServerURI = "http://127.0.0.1:8002"
SRV_ProfileServerURI = "http://127.0.0.1:8002/user"
SRV_FriendsServerURI = "http://127.0.0.1:8002/user"
SRV_IMServerURI = "http://127.0.0.1:8002/user"
SRV_FriendsServerURI = "http://127.0.0.1:8002"
SRV_IMServerURI = "http://127.0.0.1:8002"
;; Regular expressions for controlling which client versions are accepted/denied.
;; An empty string means nothing is checked.

View File

@ -82,6 +82,8 @@
SRV_InventoryServerURI = "http://127.0.0.1:9000"
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"
;; Regular expressions for controlling which client versions are accepted/denied.
;; An empty string means nothing is checked.