* 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
This commit is contained in:
Justin Clarke Casey
2009-07-10 18:40:37 +00:00
parent 78d7f4696e
commit 148e2d55fa
3 changed files with 31 additions and 12 deletions

View File

@@ -8,11 +8,12 @@
;
AssetServerURI = "http://myassetserver.com:8003"
[InventoryService]
;
; change this to your grid-wide asset server
; change this to your grid-wide inventory server
;
InventoryServerURI = "http://myassetserver.com:8004"
InventoryServerURI = "http://myinventoryserver.com:8004"
[Modules]