mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
The new secure inventory server mode (in r5590) can now be disabled from OpenSim.ini. Default is to use the new mode.
This commit is contained in:
@@ -254,6 +254,7 @@ namespace OpenSim
|
||||
config.Set("user_recv_key", "null");
|
||||
config.Set("asset_server_url", "http://127.0.0.1:" + AssetConfig.DefaultHttpPort.ToString());
|
||||
config.Set("inventory_server_url", "http://127.0.0.1:" + InventoryConfig.DefaultHttpPort.ToString());
|
||||
config.Set("secure_inventory_server", "true");
|
||||
}
|
||||
|
||||
if (DefaultConfig.Configs["RemoteAdmin"] == null)
|
||||
|
||||
Reference in New Issue
Block a user