2009-05-25 01:59:50 +00:00
|
|
|
[AssetService]
|
|
|
|
|
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
|
|
|
;
|
|
|
|
; change this to your grid-wide asset server
|
|
|
|
;
|
|
|
|
AssetServerURI = "http://myassetserver.com:8003"
|
|
|
|
|
2009-07-10 18:40:37 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
[InventoryService]
|
|
|
|
;
|
2009-07-10 18:40:37 +00:00
|
|
|
; change this to your grid-wide inventory server
|
2009-06-10 13:18:32 +00:00
|
|
|
;
|
2009-10-05 19:18:35 +00:00
|
|
|
InventoryServerURI = "http://myinventoryserver.com:8003"
|
2009-06-10 13:18:32 +00:00
|
|
|
|
2009-09-26 17:08:59 +00:00
|
|
|
[GridService]
|
|
|
|
;
|
2009-10-03 15:46:06 +00:00
|
|
|
; change this to your grid-wide grid server
|
2009-09-26 17:08:59 +00:00
|
|
|
;
|
2009-10-05 19:18:35 +00:00
|
|
|
GridServerURI = "http://mygridserver.com:8003"
|
2010-02-01 06:35:23 +00:00
|
|
|
;AllowHypergridMapSearch = true
|
2010-01-13 17:44:20 +00:00
|
|
|
|
|
|
|
[AvatarService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide grid server
|
|
|
|
;
|
|
|
|
AvatarServerURI = "http://mygridserver.com:8003"
|
2009-06-10 13:18:32 +00:00
|
|
|
|
2010-01-03 19:44:57 +00:00
|
|
|
[PresenceService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide presence server
|
|
|
|
;
|
|
|
|
PresenceServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
|
|
|
[UserAccountService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide user accounts server
|
|
|
|
;
|
|
|
|
UserAccountServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
|
|
|
[AuthenticationService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide authentication server
|
|
|
|
;
|
|
|
|
AuthenticationServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
2010-02-26 16:46:30 +00:00
|
|
|
[FriendsService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide friends server
|
|
|
|
;
|
|
|
|
FriendsServerURI = "http://mygridserver.com:8003"
|
|
|
|
|
2010-04-04 18:58:06 +00:00
|
|
|
[Groups]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide groups server
|
|
|
|
;
|
|
|
|
GroupsServerURI = "http://mygridserver.com:82/Grid/"
|
|
|
|
|
2010-02-26 16:46:30 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
[Modules]
|
|
|
|
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
|
|
|
;; Copy the config .example file into your own .ini file and change configs there
|
|
|
|
|
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
|
|
|
|
|
|
|
;AssetCaching = "CenomeMemoryAssetCache"
|
|
|
|
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
|
|
|
|
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
2009-10-21 01:19:45 +00:00
|
|
|
|
|
|
|
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
|
|
|
|
|
|
|
;Setup_LLProxyLoginModule = "9090/"
|