aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorunknown2010-04-04 11:58:06 -0700
committerMelanie2010-04-04 21:56:57 +0100
commitee198eaa11bb1b10e0b8439367d2db59f28bb5a4 (patch)
treeed6a5c2b57ba0b085a4fe3063c919aada4906216 /bin/OpenSim.ini.example
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-ee198eaa11bb1b10e0b8439367d2db59f28bb5a4.zip
opensim-SC_OLD-ee198eaa11bb1b10e0b8439367d2db59f28bb5a4.tar.gz
opensim-SC_OLD-ee198eaa11bb1b10e0b8439367d2db59f28bb5a4.tar.bz2
opensim-SC_OLD-ee198eaa11bb1b10e0b8439367d2db59f28bb5a4.tar.xz
Updates to config files for groups
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 11 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2457318..0630688 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1176,10 +1176,18 @@
1176 ;MessagingModule = GroupsMessagingModule 1176 ;MessagingModule = GroupsMessagingModule
1177 ;MessagingEnabled = true 1177 ;MessagingEnabled = true
1178 1178
1179 ; Service connector to Groups Service [Select One] 1179 ; Service connector to Groups Service [Select One] ServicesConnectorModule
1180 ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation 1180
1181
1182 ; Simian Grid Service for Groups
1183 ;ServicesConnectorModule = SimianGroupsServicesConnector
1184 ;GroupsServerURI = http://mygridserver.com:82/Grid/
1185
1186 ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings
1181 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector 1187 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
1182 ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php 1188 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
1189
1190 ; XmlRpc Service Settings
1183 ;XmlRpcServiceReadKey = 1234 1191 ;XmlRpcServiceReadKey = 1234
1184 ;XmlRpcServiceWriteKey = 1234 1192 ;XmlRpcServiceWriteKey = 1234
1185 1193