aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example27
1 files changed, 13 insertions, 14 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0142a0d..36937e4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1177,43 +1177,42 @@
1177[Groups] 1177[Groups]
1178 Enabled = false 1178 Enabled = false
1179 1179
1180 ; This is the current groups stub in Region.CoreModules.Avatar.Groups 1180 ; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
1181 ; apply to the Flotsam/SimianGrid GroupsModule
1181 Module = Default 1182 Module = Default
1182 1183
1183 ; The PHP code for the server is available from the Flotsam project for you to deploy 1184 ; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
1184 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ 1185 ; or from the SimianGrid project at http://code.google.com/p/openmetaverse
1185 ;
1186 ;Module = GroupsModule 1186 ;Module = GroupsModule
1187 1187
1188 ; Enable Group Notices 1188 ; Enable Group Notices
1189 ;NoticesEnabled = true 1189 ;NoticesEnabled = true
1190 1190
1191 ; This makes the Groups modules very chatty on the console. 1191 ; This makes the Groups modules very chatty on the console.
1192 DebugEnabled = false 1192 DebugEnabled = false
1193 1193
1194 ; Specify which messaging module to use for groups messaging and if it's enabled 1194 ; Specify which messaging module to use for groups messaging and if it's enabled
1195 ;MessagingModule = GroupsMessagingModule 1195 ;MessagingModule = GroupsMessagingModule
1196 ;MessagingEnabled = true 1196 ;MessagingEnabled = true
1197
1198 ; Service connector to Groups Service [Select One] ServicesConnectorModule
1199 1197
1200 ; Simian Grid Service for Groups 1198 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
1199
1200 ; SimianGrid Service for Groups
1201 ;ServicesConnectorModule = SimianGroupsServicesConnector 1201 ;ServicesConnectorModule = SimianGroupsServicesConnector
1202 ;GroupsServerURI = http://mygridserver.com:82/Grid/ 1202 ;GroupsServerURI = http://mygridserver.com:82/Grid/
1203 1203
1204 ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings 1204 ; Flotsam XmlRpc Service for Groups
1205 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector 1205 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
1206 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php 1206 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
1207 1207
1208 ; XmlRpc Service Settings 1208 ; XmlRpc Security settings. These must match those set on your backend groups service.
1209 ;XmlRpcServiceReadKey = 1234 1209 ;XmlRpcServiceReadKey = 1234
1210 ;XmlRpcServiceWriteKey = 1234 1210 ;XmlRpcServiceWriteKey = 1234
1211 1211
1212 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, 1212 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
1213 ; this is a work around fora problem discovered on some Windows based region servers. 1213 ; this is a work around fora problem discovered on some Windows based region servers.
1214 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: 1214 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions:
1215 ; System.Net.WebException: The request was aborted: The request was canceled. 1215 ; System.Net.WebException: The request was aborted: The request was canceled.
1216 ;
1217 ; XmlRpcDisableKeepAlive = false 1216 ; XmlRpcDisableKeepAlive = false
1218 1217
1219 1218