diff options
author | Sean McNamara | 2011-04-23 18:29:13 -0400 |
---|---|---|
committer | Sean McNamara | 2011-04-23 18:29:13 -0400 |
commit | 082fad6dd28513e38120c9d272aeed385de8208f (patch) | |
tree | b8106adb1b0bb2422fc0770cfabfd714a2e3ab88 /bin | |
parent | Fixup the global defaults config parsing code. (diff) | |
download | opensim-SC_OLD-082fad6dd28513e38120c9d272aeed385de8208f.zip opensim-SC_OLD-082fad6dd28513e38120c9d272aeed385de8208f.tar.gz opensim-SC_OLD-082fad6dd28513e38120c9d272aeed385de8208f.tar.bz2 opensim-SC_OLD-082fad6dd28513e38120c9d272aeed385de8208f.tar.xz |
Fix most issues raised by justincc: http://opensimulator.org/mantis/view.php?id=5440
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 96ffb7e..db4bb6a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1277,6 +1277,10 @@ | |||
1277 | [GridService] | 1277 | [GridService] |
1278 | ;; default standalone, overridable in StandaloneCommon.ini | 1278 | ;; default standalone, overridable in StandaloneCommon.ini |
1279 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 1279 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
1280 | |||
1281 | [AutoBackupModule] | ||
1282 | ;; default is module is disabled at the top level | ||
1283 | AutoBackupModuleEnabled = false | ||
1280 | 1284 | ||
1281 | [Modules] | 1285 | [Modules] |
1282 | Include-modules = "addon-modules/*/config/*.ini" | 1286 | Include-modules = "addon-modules/*/config/*.ini" |