diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 9 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c4b421d..8504c7a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1314,10 +1314,13 @@ | |||
1314 | ;MessagingModule = GroupsMessagingModule | 1314 | ;MessagingModule = GroupsMessagingModule |
1315 | ;MessagingEnabled = true | 1315 | ;MessagingEnabled = true |
1316 | 1316 | ||
1317 | ; Service connector to Groups Service [Select One] | 1317 | ; Service connector to Groups Service [Select One] ServicesConnectorModule |
1318 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation | 1318 | |
1319 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | ||
1319 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1320 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1320 | ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php | 1321 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1322 | |||
1323 | ; XmlRpc Service Settings | ||
1321 | ;XmlRpcServiceReadKey = 1234 | 1324 | ;XmlRpcServiceReadKey = 1234 |
1322 | ;XmlRpcServiceWriteKey = 1234 | 1325 | ;XmlRpcServiceWriteKey = 1234 |
1323 | 1326 | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6da0f1e..8fc2425 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -20,6 +20,12 @@ | |||
20 | ; change this to your grid-wide grid server | 20 | ; change this to your grid-wide grid server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8003" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | [Groups] | ||
24 | ; | ||
25 | ; change this to your grid-wide groups server | ||
26 | ; | ||
27 | GroupsServerURI = "http://mygridserver.com:82/Grid/" | ||
28 | |||
23 | 29 | ||
24 | [Modules] | 30 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 31 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |