aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Tools/Configger/ConfigurationLoader.cs5
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;