aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie2013-02-23 20:37:09 +0000
committerMelanie2013-02-23 20:37:09 +0000
commite3ea2c4beefb65ba997beab1509aa996a46f7864 (patch)
tree778cba450e788b13f4d000c6e49f3d94bd25f65c /bin/OpenSim.ini.example
parentMerge branch 'master' into careminster (diff)
parentMore clarification on the [Groups] section (diff)
downloadopensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.zip
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.gz
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.bz2
opensim-SC_OLD-e3ea2c4beefb65ba997beab1509aa996a46f7864.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example10
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?} {}