diff options
author | Diva Canto | 2015-01-06 21:24:44 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-06 21:24:44 -0800 |
commit | 8e562f04d1576bd51138ac656f796ba18965fdcf (patch) | |
tree | c06dce809cb04c971ac545e9793d885ea555e611 /bin/Robust.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-8e562f04d1576bd51138ac656f796ba18965fdcf.zip opensim-SC-8e562f04d1576bd51138ac656f796ba18965fdcf.tar.gz opensim-SC-8e562f04d1576bd51138ac656f796ba18965fdcf.tar.bz2 opensim-SC-8e562f04d1576bd51138ac656f796ba18965fdcf.tar.xz |
Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index a7b39a3..687bb2e 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -89,6 +89,9 @@ | |||
89 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 89 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
90 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 90 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
91 | 91 | ||
92 | ;; Uncomment if you want to have centralized estate data | ||
93 | ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" | ||
94 | |||
92 | ; * This is common for all services, it's the network setup for the entire | 95 | ; * This is common for all services, it's the network setup for the entire |
93 | ; * server instance, if none is specified above | 96 | ; * server instance, if none is specified above |
94 | ; * | 97 | ; * |
@@ -339,6 +342,8 @@ | |||
339 | ; for the server connector | 342 | ; for the server connector |
340 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 343 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" |
341 | 344 | ||
345 | [EstateService] | ||
346 | LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService" | ||
342 | 347 | ||
343 | [LibraryService] | 348 | [LibraryService] |
344 | LibraryName = "OpenSim Library" | 349 | LibraryName = "OpenSim Library" |