diff options
author | Justin Clark-Casey (justincc) | 2010-04-23 21:31:08 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-23 21:31:08 +0100 |
commit | 847cc4fceb8ac363cdfdb2a5360b93230c9068e5 (patch) | |
tree | 27318f00cfb05603be1ddd304b4e068846f41d61 /bin/OpenSim.ini.example | |
parent | minor: eliminate configuration section handling deprecation of OpenSim.DataSt... (diff) | |
download | opensim-SC_OLD-847cc4fceb8ac363cdfdb2a5360b93230c9068e5.zip opensim-SC_OLD-847cc4fceb8ac363cdfdb2a5360b93230c9068e5.tar.gz opensim-SC_OLD-847cc4fceb8ac363cdfdb2a5360b93230c9068e5.tar.bz2 opensim-SC_OLD-847cc4fceb8ac363cdfdb2a5360b93230c9068e5.tar.xz |
remove [DatabaseService] section from OpenSim.ini since this is always present in included configuration files
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d49692e..7d65e77 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1228,10 +1228,6 @@ | |||
1228 | ;; These defaults allow OpenSim to work out of the box with | 1228 | ;; These defaults allow OpenSim to work out of the box with |
1229 | ;; zero configuration | 1229 | ;; zero configuration |
1230 | ;; | 1230 | ;; |
1231 | [DatabaseService] | ||
1232 | ;; default standalone, overridable in StandaloneCommon.ini | ||
1233 | StorageProvider = "OpenSim.Data.SQLite.dll" | ||
1234 | |||
1235 | [AssetService] | 1231 | [AssetService] |
1236 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 1232 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
1237 | AssetLoaderArgs = "assets/AssetSets.xml" | 1233 | AssetLoaderArgs = "assets/AssetSets.xml" |