diff options
author | Diva Canto | 2009-10-02 07:18:36 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-02 07:18:36 -0700 |
commit | 2e1c76f836f4f968b23314d7a11e7c90a9485d83 (patch) | |
tree | 7630f6b03b712a9c34790db61175ef2f3a691552 /bin | |
parent | reducing script engine log spam (diff) | |
download | opensim-SC_OLD-2e1c76f836f4f968b23314d7a11e7c90a9485d83.zip opensim-SC_OLD-2e1c76f836f4f968b23314d7a11e7c90a9485d83.tar.gz opensim-SC_OLD-2e1c76f836f4f968b23314d7a11e7c90a9485d83.tar.bz2 opensim-SC_OLD-2e1c76f836f4f968b23314d7a11e7c90a9485d83.tar.xz |
Added a default for grid services in standalone.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8055ba4..7fcabbc 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1388,6 +1388,7 @@ | |||
1388 | ;; zero configuration | 1388 | ;; zero configuration |
1389 | ;; | 1389 | ;; |
1390 | [DatabaseService] | 1390 | [DatabaseService] |
1391 | ;; default standalone, overridable in StandaloneCommon.ini | ||
1391 | StorageProvider = "OpenSim.Data.SQLite.dll" | 1392 | StorageProvider = "OpenSim.Data.SQLite.dll" |
1392 | 1393 | ||
1393 | 1394 | ||
@@ -1395,6 +1396,9 @@ | |||
1395 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 1396 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
1396 | AssetLoaderArgs = "assets/AssetSets.xml" | 1397 | AssetLoaderArgs = "assets/AssetSets.xml" |
1397 | 1398 | ||
1399 | [GridService] | ||
1400 | ;; default standalone, overridable in StandaloneCommon.ini | ||
1401 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
1398 | 1402 | ||
1399 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 1403 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1400 | ;; The following is the configuration section for the new style services | 1404 | ;; The following is the configuration section for the new style services |