diff options
author | MW | 2007-12-14 12:42:23 +0000 |
---|---|---|
committer | MW | 2007-12-14 12:42:23 +0000 |
commit | 6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c (patch) | |
tree | 946c70a533c87fbd8ae013a86f014cc122102745 /bin | |
parent | Another addition to Inventory debug output. (diff) | |
download | opensim-SC_OLD-6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c.zip opensim-SC_OLD-6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c.tar.gz opensim-SC_OLD-6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c.tar.bz2 opensim-SC_OLD-6df9f21a5f3e6d46dc6e492cd8e2c456aafc067c.tar.xz |
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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
71 | 71 | ||
72 | asset_server_url = "http://127.0.0.1:8003" | 72 | asset_server_url = "http://127.0.0.1:8003" |
73 | 73 | ||
74 | inventory_server_url = "http://127.0.0.1:8004" | ||
75 | |||
74 | [Chat] | 76 | [Chat] |
75 | whisper_distance = 10 | 77 | whisper_distance = 10 |
76 | say_distance = 30 | 78 | say_distance = 30 |