diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c8c5ed3..b55ba0d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -954,8 +954,13 @@ | |||
954 | ; StorageProvider = OpenSim.Data.MySQL.dll | 954 | ; StorageProvider = OpenSim.Data.MySQL.dll |
955 | 955 | ||
956 | ;# {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 | 956 | ;# {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 |
957 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on | 957 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one as follows: |
958 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend or several flavours of V2, Hypergrided or not, standalone or grided. | 958 | ;; -- for Flotsam Groups use XmlRpcGroupsServicesConnector |
959 | ;; -- for Simian Groups use SimianGroupsServicesConnector | ||
960 | ;; -- for V2 Groups, standalone, non-HG use "Groups Local Service Connector" | ||
961 | ;; -- for V2 Groups, grided sim, non-HG use "Groups Remote Service Connector" | ||
962 | ;; -- for V2 Groups, HG, both standalone and grided sim, use "Groups HG Service Connector" | ||
963 | ;; Note that the quotes "" around the words are important! | ||
959 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector | 964 | ; ServicesConnectorModule = XmlRpcGroupsServicesConnector |
960 | 965 | ||
961 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local | 966 | ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local |
@@ -967,6 +972,7 @@ | |||
967 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | 972 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc |
968 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | 973 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid |
969 | ;; or http:://mygridserver.com:8003 for robust, V2 | 974 | ;; or http:://mygridserver.com:8003 for robust, V2 |
975 | ;; Leave it commented for standalones, V2 | ||
970 | ; GroupsServerURI = "" | 976 | ; GroupsServerURI = "" |
971 | 977 | ||
972 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} | 978 | ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} |