diff options
author | Diva Canto | 2013-02-23 11:16:50 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-23 11:16:50 -0800 |
commit | c72c238f5df4279cfbe9d1fa42a6dc3f29f774d5 (patch) | |
tree | 8382fbde60dae2bd7b1964f19035fd6ac010f028 /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-c72c238f5df4279cfbe9d1fa42a6dc3f29f774d5.zip opensim-SC-c72c238f5df4279cfbe9d1fa42a6dc3f29f774d5.tar.gz opensim-SC-c72c238f5df4279cfbe9d1fa42a6dc3f29f774d5.tar.bz2 opensim-SC-c72c238f5df4279cfbe9d1fa42a6dc3f29f774d5.tar.xz |
Improved documentation of Groups section.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4199441..22678ee 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -958,8 +958,12 @@ | |||
958 | ; StorageProvider = OpenSim.Data.MySQL.dll | 958 | ; StorageProvider = OpenSim.Data.MySQL.dll |
959 | 959 | ||
960 | ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector | 960 | ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector |
961 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on | 961 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows: |
962 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend or several flavours of V2, Hypergrided or not, standalone or grided. | 962 | ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector |
963 | ;; -- for Simian Groups use SimianGroupsServicesConnector | ||
964 | ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector" | ||
965 | ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector" | ||
966 | ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector" | ||
963 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector | 967 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector |
964 | 968 | ||
965 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local | 969 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local |