mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* 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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user