diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f2cba6..f3cd603 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1033,9 +1033,12 @@ | |||
1033 | ; Applies Flotsam Group only. V2 has this always on, no other option | 1033 | ; Applies Flotsam Group only. V2 has this always on, no other option |
1034 | ; MessageOnlineUsersOnly = false | 1034 | ; MessageOnlineUsersOnly = false |
1035 | 1035 | ||
1036 | ;; This makes the Groups modules very chatty on the console. | 1036 | ;; This makes the Group module very chatty on the console. |
1037 | ; DebugEnabled = false | 1037 | ; DebugEnabled = false |
1038 | 1038 | ||
1039 | ; This makes the Group Messaging module very chatty on the console. | ||
1040 | ; DebugMessagingEnabled = false | ||
1041 | |||
1039 | ;; XmlRpc Security settings. These must match those set on your backend | 1042 | ;; XmlRpc Security settings. These must match those set on your backend |
1040 | ;; groups service if the service is using these keys | 1043 | ;; groups service if the service is using these keys |
1041 | ; XmlRpcServiceReadKey = 1234 | 1044 | ; XmlRpcServiceReadKey = 1234 |