diff options
Added some defaults to OpenSim.ini.example so that it works out of the box again with zero configuration.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cae87ee..535d539 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1223,6 +1223,19 @@ | |||
1223 | ;PacketMTU = 1400 | 1223 | ;PacketMTU = 1400 |
1224 | 1224 | ||
1225 | 1225 | ||
1226 | ;; | ||
1227 | ;; These are defatuls that are overwritten below in [Architecture]. | ||
1228 | ;; These defaults allow OpenSim to work out of the box with | ||
1229 | ;; zero configuration | ||
1230 | ;; | ||
1231 | [DatabaseService] | ||
1232 | StorageProvider = "OpenSim.Data.SQLite.dll" | ||
1233 | |||
1234 | [AssetService] | ||
1235 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
1236 | AssetLoaderArgs = "assets/AssetSets.xml" | ||
1237 | |||
1238 | |||
1226 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1239 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1227 | ;; The following is the configuration section for the new style services | 1240 | ;; The following is the configuration section for the new style services |
1228 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1241 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |