aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-08-04 03:23:19 +0200
committerMelanie2010-08-04 03:10:10 +0100
commit09ab32c21e0974e85698d2d758495d99063dedf8 (patch)
treeaeab3f14a1a1850decffc35b78e59a9112219b1c /OpenSim/Region/Application/ConfigurationLoader.cs
parentClean up some messiness in IM sending. Having offline IM enabled now no longer (diff)
downloadopensim-SC_OLD-09ab32c21e0974e85698d2d758495d99063dedf8.zip
opensim-SC_OLD-09ab32c21e0974e85698d2d758495d99063dedf8.tar.gz
opensim-SC_OLD-09ab32c21e0974e85698d2d758495d99063dedf8.tar.bz2
opensim-SC_OLD-09ab32c21e0974e85698d2d758495d99063dedf8.tar.xz
Remove StandAlone from default hardcoded config
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/ConfigurationLoader.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs
index cac5fa9..09f7bea 100644
--- a/OpenSim/Region/Application/ConfigurationLoader.cs
+++ b/OpenSim/Region/Application/ConfigurationLoader.cs
@@ -308,21 +308,6 @@ namespace OpenSim
308 } 308 }
309 309
310 { 310 {
311 IConfig config = defaultConfig.Configs["StandAlone"];
312
313 if (null == config)
314 config = defaultConfig.AddConfig("StandAlone");
315
316 config.Set("accounts_authenticate", true);
317 config.Set("welcome_message", "Welcome to OpenSimulator");
318 config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll");
319 config.Set("inventory_source", "");
320 config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll");
321 config.Set("user_source", "");
322 config.Set("LibrariesXMLFile", string.Format(".{0}inventory{0}Libraries.xml", Path.DirectorySeparatorChar));
323 }
324
325 {
326 IConfig config = defaultConfig.Configs["Network"]; 311 IConfig config = defaultConfig.Configs["Network"];
327 312
328 if (null == config) 313 if (null == config)