diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index ab5880d..e0242ab 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -241,6 +241,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
241 | ; For V2 map | 241 | ; For V2 map |
242 | MapTileURL = "http://127.0.0.1:8002"; | 242 | MapTileURL = "http://127.0.0.1:8002"; |
243 | 243 | ||
244 | ; For WebProfiles (V3) | ||
245 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
246 | |||
244 | ; If you run this login server behind a proxy, set this to true | 247 | ; If you run this login server behind a proxy, set this to true |
245 | ; HasProxy = false | 248 | ; HasProxy = false |
246 | 249 | ||
@@ -392,8 +395,12 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
392 | HomeURI = "http://127.0.0.1:8002" | 395 | HomeURI = "http://127.0.0.1:8002" |
393 | 396 | ||
394 | [HGFriendsService] | 397 | [HGFriendsService] |
395 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 398 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" |
396 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 399 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
400 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
401 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
402 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
403 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
397 | 404 | ||
398 | [HGInstantMessageService] | 405 | [HGInstantMessageService] |
399 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 406 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |