Added missing configuration variables to Robust.HG.ini.example

bulletsim
Diva Canto 2011-05-26 19:20:29 -07:00
parent 07acb4d321
commit abae859e7a
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +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"
;; Regular expressions for controlling which client versions are accepted/denied.
;; An empty string means nothing is checked.