diff options
author | Kitto Flora | 2010-08-04 21:08:14 +0000 |
---|---|---|
committer | Kitto Flora | 2010-08-04 21:08:14 +0000 |
commit | 0871d20adbe1800655b8a7e9d16f71090bbf5c87 (patch) | |
tree | 83a3e62f4aad08af9d98f7de880f2942b45c498c /OpenSim/Tools/Configger | |
parent | Fixes fresh hollowed prim collision shape. (diff) | |
parent | Send attachment updates only to the owner if it's a HUD (diff) | |
download | opensim-SC-0871d20adbe1800655b8a7e9d16f71090bbf5c87.zip opensim-SC-0871d20adbe1800655b8a7e9d16f71090bbf5c87.tar.gz opensim-SC-0871d20adbe1800655b8a7e9d16f71090bbf5c87.tar.bz2 opensim-SC-0871d20adbe1800655b8a7e9d16f71090bbf5c87.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Tools/Configger')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 15 |
1 files changed, 0 insertions, 15 deletions
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) |