diff options
author | Justin Clarke Casey | 2009-07-10 18:40:37 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-10 18:40:37 +0000 |
commit | 148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08 (patch) | |
tree | 05ee0edd8da82933fb495312497972ed7cc7935a /bin | |
parent | Now we are past revision 10000, I think its time to start to fix that massive... (diff) | |
download | opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.zip opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.gz opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.bz2 opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.xz |
* minor: Make GridCommon.ini.example refer to inventory service rather than asset where appropriate
* Send debug level notice to console if a user fails authentication
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index ff324ce..3a8ec35 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -8,11 +8,12 @@ | |||
8 | ; | 8 | ; |
9 | AssetServerURI = "http://myassetserver.com:8003" | 9 | AssetServerURI = "http://myassetserver.com:8003" |
10 | 10 | ||
11 | |||
11 | [InventoryService] | 12 | [InventoryService] |
12 | ; | 13 | ; |
13 | ; change this to your grid-wide asset server | 14 | ; change this to your grid-wide inventory server |
14 | ; | 15 | ; |
15 | InventoryServerURI = "http://myassetserver.com:8004" | 16 | InventoryServerURI = "http://myinventoryserver.com:8004" |
16 | 17 | ||
17 | 18 | ||
18 | [Modules] | 19 | [Modules] |