From 6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 14 Dec 2007 12:42:23 +0000 Subject: fixed OpenSim.ini.example to include a inventory_server_url = http://127.0.0.1:8004 entry, seems that is the cause of a lot of people's inventory problems. --- bin/OpenSim.ini.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ec7147f..a97370c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -71,6 +71,8 @@ user_recv_key = "null" asset_server_url = "http://127.0.0.1:8003" +inventory_server_url = "http://127.0.0.1:8004" + [Chat] whisper_distance = 10 say_distance = 30 -- cgit v1.1