2010-09-12 21:20:26 +00:00
|
|
|
[DatabaseService]
|
|
|
|
;
|
|
|
|
; ### Choose the DB
|
|
|
|
;
|
|
|
|
|
|
|
|
; SQLite
|
|
|
|
Include-Storage = "config-include/storage/SQLiteStandalone.ini";
|
|
|
|
|
2010-10-04 21:10:07 +00:00
|
|
|
; MySql
|
|
|
|
; Uncomment these lines if you want to use mysql storage
|
2010-09-12 21:20:26 +00:00
|
|
|
; Change the connection string to your db details
|
|
|
|
;StorageProvider = "OpenSim.Data.MySQL.dll"
|
|
|
|
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
|
|
|
|
; Uncomment this line if you are using MySQL and want to use a different database for estates
|
|
|
|
;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
|
|
|
|
|
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-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
|
|
|
|
2010-12-13 20:19:33 +00:00
|
|
|
;; Directory for map tile images of linked regions
|
2011-02-16 16:42:01 +00:00
|
|
|
; MapTileDirectory = "./maptiles"
|
2010-12-13 20:19:33 +00:00
|
|
|
|
2011-03-28 23:46:04 +00:00
|
|
|
; === HG ONLY ===
|
|
|
|
;; change this to the address of your Gatekeeper service
|
|
|
|
;; (usually bundled with the rest of the services in one
|
|
|
|
;; Robust server in port 8002, but not always)
|
|
|
|
Gatekeeper="http://mygridserver.com:8002"
|
|
|
|
|
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"
|
2010-05-08 04:29:56 +00:00
|
|
|
|
|
|
|
[GridUserService]
|
|
|
|
;
|
|
|
|
; change this to your grid-wide user accounts server
|
|
|
|
;
|
|
|
|
GridUserServerURI = "http://mygridserver.com:8003"
|
2010-01-03 19:44:57 +00:00
|
|
|
|
|
|
|
[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-11-27 06:06:34 +00:00
|
|
|
[HGInventoryAccessModule]
|
|
|
|
;
|
|
|
|
; === HG ONLY ===
|
|
|
|
; Change this to your profile server
|
|
|
|
; accessible from other grids
|
|
|
|
;
|
2010-12-09 17:30:17 +00:00
|
|
|
ProfileServerURI = "http://mygridserver.com:8002/user"
|
2011-02-05 01:05:45 +00:00
|
|
|
;; If you want to protect your assets from being copied by foreign visitors
|
|
|
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
|
|
|
; OutboundPermission = False
|
|
|
|
|
2010-11-27 06:06:34 +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
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
|
|
|
|
|
|
|
;AssetCaching = "CenomeMemoryAssetCache"
|
|
|
|
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2009-06-10 13:18:32 +00:00
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
2009-10-21 01:19:45 +00:00
|
|
|
|
|
|
|
;; Optionally, the port for the LLProxyLoginModule module can be changed
|
2010-10-04 21:10:07 +00:00
|
|
|
|
2009-10-21 01:19:45 +00:00
|
|
|
;Setup_LLProxyLoginModule = "9090/"
|
2010-09-15 14:56:03 +00:00
|
|
|
|
|
|
|
;; Authorization is not on by default, as it depends on external php
|
2010-10-04 21:10:07 +00:00
|
|
|
;AuthorizationServices = "RemoteAuthorizationServicesConnector"
|