Added a few pre-packaged configurations to make it easier for people to configure their sims.

0.6.6-post-fixes
diva 2009-05-22 22:48:25 +00:00
parent a3145e4e5a
commit 92d5b1560d
7 changed files with 89 additions and 42 deletions

View File

@ -1222,47 +1222,19 @@
;PacketMTU = 1400
; The following is the configuration section for the new style grid servers
; If you don't know what this is, don't enable it. It will eat your data,
; format your hard drive and make all meat in your fridge spoil.
; You have been warned.
; Some of this is starting to work!
[Modules]
; Choose one
AssetServices = "LocalAssetServicesConnector"
;AssetServices = "RemoteAssetServicesConnector"
;AssetServices = "HGAssetBroker"
; Leave this commented out, the cache is under investigation
;AssetCache = "CoreAssetCache"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; The following is the configuration section for the new style services
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Architecture]
; Choose exactly one and only one of the architectures below.
; Choose one
;UserServices = "LocalUserServicesConnector"
;UserServices = "RemoteUserServicesConnector"
[AssetService]
; Parameters for local assets, formerly known as "standalone"
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
StorageProvider = "OpenSim.Data.SQLite.dll"
;StorageProvider = "OpenSim.Data.MySQL.dll"
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
; Parameters for remote assets, formerly known as "grid"
;AssetServerURI = "http://localhost:8003/"
; Paremeters for the Hypergrid connector
;; Parameters for the HG Broker
; Use this one if you have a standalone grid
LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
; Use this one if this sim is connected to a grid-wide asset server
;LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServiceConnector"
HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"
[AssetCache]
; Number of buckets for assets
;CacheBuckets = 32768
Include-Standalone = "config-include/Standalone.ini"
;Include-HGStandalone = "config-include/StandaloneHypergrid.ini"
;Include-Grid = "config-include/Grid.ini"
;Include-Hypergrid = "config-include/GridHypergrid.ini"
; Then edit
; config-include/StandaloneCommon.ini (if you're in standlone) OR
; config-include/GridCommon.ini (if you're connected to a grid)
; to customize your data

View File

@ -0,0 +1,6 @@
[Includes]
Include-Common = "config-include/GridCommon.ini"
[Modules]
AssetServices = "RemoteAssetServicesConnector"

View File

@ -0,0 +1,17 @@
[Modules]
AssetCaching = "CoreAssetCache"
[AssetCache]
; Number of buckets for assets
CacheBuckets = 32768
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; change this to your grid-wide asset server
;
AssetServerURI = "http://myassetserver.com:8003"

View File

@ -0,0 +1,10 @@
[Includes]
Include-Common = "config-include/GridCommon.ini"
[Modules]
AssetServices = "HGAssetBroker"
[AssetService]
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"

View File

@ -0,0 +1,10 @@
[Includes]
Include-Common = "config-include/StandaloneCommon.ini"
[Modules]
AssetServices = "LocalAssetServicesConnector"
[AssetService]
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"

View File

@ -0,0 +1,21 @@
[Modules]
AssetCaching = "CoreAssetCache"
[AssetCache]
; Number of buckets for assets
CacheBuckets = 16384
[AssetService]
;
;### Choose the DB
;
;--- For SQLite
StorageProvider = "OpenSim.Data.SQLite.dll"
;--- For MySql
;StorageProvider = "OpenSim.Data.MySQL.dll"
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"

View File

@ -0,0 +1,11 @@
[Includes]
Include-Common = "config-include/StandaloneCommon.ini"
[Modules]
AssetServices = "HGAssetBroker"
[AssetService]
LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"