diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 71ce6ad..46dbc17 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -110,6 +110,8 @@ | |||
110 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 110 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
111 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 111 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
112 | 112 | ||
113 | ;; Uncomment if you want to have centralized estate data | ||
114 | ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" | ||
113 | 115 | ||
114 | ; * This is common for all services, it's the network setup for the entire | 116 | ; * This is common for all services, it's the network setup for the entire |
115 | ; * server instance, if none is specified above | 117 | ; * server instance, if none is specified above |
@@ -379,6 +381,8 @@ | |||
379 | ; for the server connector | 381 | ; for the server connector |
380 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 382 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" |
381 | 383 | ||
384 | [EstateService] | ||
385 | LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService" | ||
382 | 386 | ||
383 | [LibraryService] | 387 | [LibraryService] |
384 | LibraryName = "OpenSim Library" | 388 | LibraryName = "OpenSim Library" |