diff options
author | Melanie | 2010-08-04 03:53:51 +0100 |
---|---|---|
committer | Melanie | 2010-08-04 03:53:51 +0100 |
commit | 604ea5fa90a6e7817a09f8e27ea1c001d151a5ae (patch) | |
tree | a8a9e63b64dc4b1464e9a0343d1e48f273cc3ef1 /OpenSim | |
parent | Remove StandAlone from default hardcoded config (diff) | |
download | opensim-SC_OLD-604ea5fa90a6e7817a09f8e27ea1c001d151a5ae.zip opensim-SC_OLD-604ea5fa90a6e7817a09f8e27ea1c001d151a5ae.tar.gz opensim-SC_OLD-604ea5fa90a6e7817a09f8e27ea1c001d151a5ae.tar.bz2 opensim-SC_OLD-604ea5fa90a6e7817a09f8e27ea1c001d151a5ae.tar.xz |
remove more useless defaults
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 3d1b668..f82eb58 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -249,11 +249,6 @@ namespace OpenSim.Tools.Configger | |||
249 | 249 | ||
250 | config.Set("default_location_x", 1000); | 250 | config.Set("default_location_x", 1000); |
251 | config.Set("default_location_y", 1000); | 251 | config.Set("default_location_y", 1000); |
252 | config.Set("grid_send_key", "null"); | ||
253 | config.Set("grid_recv_key", "null"); | ||
254 | config.Set("user_send_key", "null"); | ||
255 | config.Set("user_recv_key", "null"); | ||
256 | config.Set("secure_inventory_server", "true"); | ||
257 | } | 252 | } |
258 | 253 | ||
259 | return defaultConfig; | 254 | return defaultConfig; |