diff options
author | Sean Dague | 2008-12-12 00:57:48 +0000 |
---|---|---|
committer | Sean Dague | 2008-12-12 00:57:48 +0000 |
commit | 624423deb1c5d87e94db02a5725962f2745ed67e (patch) | |
tree | 170f71bc79e95a484463b462e3adbf6c96366f1c | |
parent | Add hostnames in addition to IP address to some more places. This continues r... (diff) | |
download | opensim-SC_OLD-624423deb1c5d87e94db02a5725962f2745ed67e.zip opensim-SC_OLD-624423deb1c5d87e94db02a5725962f2745ed67e.tar.gz opensim-SC_OLD-624423deb1c5d87e94db02a5725962f2745ed67e.tar.bz2 opensim-SC_OLD-624423deb1c5d87e94db02a5725962f2745ed67e.tar.xz |
apparently opensim only works if secure_inventory_server = true, who
knew? Reverting that.
-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; |