Added some defaults to OpenSim.ini.example so that it works out of the box again with zero configuration.
parent
b465dd7eb3
commit
a3f36f1954
|
@ -1223,6 +1223,19 @@
|
||||||
;PacketMTU = 1400
|
;PacketMTU = 1400
|
||||||
|
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; These are defatuls that are overwritten below in [Architecture].
|
||||||
|
;; These defaults allow OpenSim to work out of the box with
|
||||||
|
;; zero configuration
|
||||||
|
;;
|
||||||
|
[DatabaseService]
|
||||||
|
StorageProvider = "OpenSim.Data.SQLite.dll"
|
||||||
|
|
||||||
|
[AssetService]
|
||||||
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||||
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; The following is the configuration section for the new style services
|
;; The following is the configuration section for the new style services
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in New Issue