aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2011-10-12 09:23:57 +0100
committerMelanie2011-10-12 09:23:57 +0100
commit0faa8db0ef47787ccfa2de37645b54135e91411e (patch)
tree6a2c42a0354e297248976aaab28559f15f79701d
parentChange default groups messaging module in hardcode to the empty string. (diff)
downloadopensim-SC_OLD-0faa8db0ef47787ccfa2de37645b54135e91411e.zip
opensim-SC_OLD-0faa8db0ef47787ccfa2de37645b54135e91411e.tar.gz
opensim-SC_OLD-0faa8db0ef47787ccfa2de37645b54135e91411e.tar.bz2
opensim-SC_OLD-0faa8db0ef47787ccfa2de37645b54135e91411e.tar.xz
Update OpenSimDefaults.ini to make the prior state (Groups messaging enabled
by default) the config default. This way it will work for current cases while allowing the use of other groups modules without config bloat.
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 9cedd98..9685467 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1377,7 +1377,7 @@
1377 GroupsCacheTimeout = 30 1377 GroupsCacheTimeout = 30
1378 1378
1379 ; Specify which messaging module to use for groups messaging and if it's enabled 1379 ; Specify which messaging module to use for groups messaging and if it's enabled
1380 ;MessagingModule = GroupsMessagingModule 1380 MessagingModule = GroupsMessagingModule
1381 ;MessagingEnabled = true 1381 ;MessagingEnabled = true
1382 1382
1383 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend 1383 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend