diff options
author | Melanie Thielker | 2010-08-04 03:23:19 +0200 |
---|---|---|
committer | Diva Canto | 2010-08-03 20:10:13 -0700 |
commit | b9dc4ab4a11910edbbbcb79c63e76098513d4705 (patch) | |
tree | 5d2902eed8282062808a4e42ead18f66f4c5dd56 /OpenSim | |
parent | Further bug fixing, still related to the issue earlier. (diff) | |
download | opensim-SC_OLD-b9dc4ab4a11910edbbbcb79c63e76098513d4705.zip opensim-SC_OLD-b9dc4ab4a11910edbbbcb79c63e76098513d4705.tar.gz opensim-SC_OLD-b9dc4ab4a11910edbbbcb79c63e76098513d4705.tar.bz2 opensim-SC_OLD-b9dc4ab4a11910edbbbcb79c63e76098513d4705.tar.xz |
Remove StandAlone from default hardcoded config
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 15 | ||||
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 15 |
2 files changed, 0 insertions, 30 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) |
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 1619a22..3d1b668 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -242,21 +242,6 @@ namespace OpenSim.Tools.Configger | |||
242 | } | 242 | } |
243 | 243 | ||
244 | { | 244 | { |
245 | IConfig config = defaultConfig.Configs["StandAlone"]; | ||
246 | |||
247 | if (null == config) | ||
248 | config = defaultConfig.AddConfig("StandAlone"); | ||
249 | |||
250 | config.Set("accounts_authenticate", true); | ||
251 | config.Set("welcome_message", "Welcome to OpenSimulator"); | ||
252 | config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll"); | ||
253 | config.Set("inventory_source", ""); | ||
254 | config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll"); | ||
255 | config.Set("user_source", ""); | ||
256 | config.Set("LibrariesXMLFile", string.Format(".{0}inventory{0}Libraries.xml", Path.DirectorySeparatorChar)); | ||
257 | } | ||
258 | |||
259 | { | ||
260 | IConfig config = defaultConfig.Configs["Network"]; | 245 | IConfig config = defaultConfig.Configs["Network"]; |
261 | 246 | ||
262 | if (null == config) | 247 | if (null == config) |