diff options
author | Justin Clark-Casey (justincc) | 2010-12-17 21:19:57 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-17 21:19:57 +0000 |
commit | 19f70b93a06ca1f7be4097e1e0673ce6a0afe872 (patch) | |
tree | 4ac4052a5b50734d03dec966d3a510ebca259e18 /bin/OpenSimDefaults.ini | |
parent | Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync... (diff) | |
download | opensim-SC_OLD-19f70b93a06ca1f7be4097e1e0673ce6a0afe872.zip opensim-SC_OLD-19f70b93a06ca1f7be4097e1e0673ce6a0afe872.tar.gz opensim-SC_OLD-19f70b93a06ca1f7be4097e1e0673ce6a0afe872.tar.bz2 opensim-SC_OLD-19f70b93a06ca1f7be4097e1e0673ce6a0afe872.tar.xz |
tidy up the [Groups] section in OpenSim.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9cfac98..36e0b7b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1208,7 +1208,7 @@ | |||
1208 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1208 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1209 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php | 1209 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1210 | 1210 | ||
1211 | ; XmlRpc Security settings. These must match those set on your backend groups service. | 1211 | ; XmlRpc Security settings. These must match those set on your backend groups service if the service is using these keys |
1212 | ;XmlRpcServiceReadKey = 1234 | 1212 | ;XmlRpcServiceReadKey = 1234 |
1213 | ;XmlRpcServiceWriteKey = 1234 | 1213 | ;XmlRpcServiceWriteKey = 1234 |
1214 | 1214 | ||