Fixing comments re: INI file.
parent
c73a6ab7e0
commit
6244b8c384
|
@ -58,7 +58,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
/// [GROUPS]
|
/// [GROUPS]
|
||||||
/// Enabled = true
|
/// Enabled = true
|
||||||
///
|
///
|
||||||
/// GroupsModule = GroupsModule
|
/// Module = GroupsModule
|
||||||
/// NoticesEnabled = true
|
/// NoticesEnabled = true
|
||||||
/// DebugEnabled = true
|
/// DebugEnabled = true
|
||||||
///
|
///
|
||||||
|
@ -67,8 +67,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
/// XmlRpcServiceReadKey = 1234
|
/// XmlRpcServiceReadKey = 1234
|
||||||
/// XmlRpcServiceWriteKey = 1234
|
/// XmlRpcServiceWriteKey = 1234
|
||||||
///
|
///
|
||||||
/// GroupsMessagingModule = GroupsMessagingModule
|
/// MessagingModule = GroupsMessagingModule
|
||||||
/// GroupsMessagingEnabled = true
|
/// MessagingEnabled = true
|
||||||
///
|
///
|
||||||
/// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
|
/// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
|
||||||
/// ; a problem discovered on some Windows based region servers. Only disable
|
/// ; a problem discovered on some Windows based region servers. Only disable
|
||||||
|
|
Loading…
Reference in New Issue