mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
apparently opensim only works if secure_inventory_server = true, who
knew? Reverting that.
This commit is contained in:
@@ -171,7 +171,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", "false");
|
||||
config.Set("secure_inventory_server", "true");
|
||||
}
|
||||
|
||||
return defaultConfig;
|
||||
|
||||
Reference in New Issue
Block a user