diff options
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 5e066fe..8df2528 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -171,7 +171,7 @@ namespace OpenSim | |||
171 | config.Set("user_recv_key", "null"); | 171 | config.Set("user_recv_key", "null"); |
172 | config.Set("asset_server_url", "http://127.0.0.1:" + AssetConfig.DefaultHttpPort.ToString()); | 172 | config.Set("asset_server_url", "http://127.0.0.1:" + AssetConfig.DefaultHttpPort.ToString()); |
173 | config.Set("inventory_server_url", "http://127.0.0.1:" + InventoryConfig.DefaultHttpPort.ToString()); | 173 | config.Set("inventory_server_url", "http://127.0.0.1:" + InventoryConfig.DefaultHttpPort.ToString()); |
174 | config.Set("secure_inventory_server", "false"); | 174 | config.Set("secure_inventory_server", "true"); |
175 | } | 175 | } |
176 | 176 | ||
177 | return defaultConfig; | 177 | return defaultConfig; |