diff options
author | Justin Clark-Casey (justincc) | 2011-05-06 20:51:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-06 20:51:55 +0100 |
commit | 7c3e8a106baeb0626258f03d1504c272285058bf (patch) | |
tree | 144462e0f1938bd5c06030ac8250d821f834ac7f /bin | |
parent | One more bug fix concerning library items that weren't being copied to user's... (diff) | |
parent | AutoBackupModule: Implement per-region settings in Regions.ini. (diff) | |
download | opensim-SC_OLD-7c3e8a106baeb0626258f03d1504c272285058bf.zip opensim-SC_OLD-7c3e8a106baeb0626258f03d1504c272285058bf.tar.gz opensim-SC_OLD-7c3e8a106baeb0626258f03d1504c272285058bf.tar.bz2 opensim-SC_OLD-7c3e8a106baeb0626258f03d1504c272285058bf.tar.xz |
Merge branch 'master' of https://github.com/allquixotic/opensim-autobackup
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 2e192f1..b32d198 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1366,6 +1366,10 @@ | |||
1366 | [GridService] | 1366 | [GridService] |
1367 | ;; default standalone, overridable in StandaloneCommon.ini | 1367 | ;; default standalone, overridable in StandaloneCommon.ini |
1368 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 1368 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
1369 | |||
1370 | [AutoBackupModule] | ||
1371 | ;; default is module is disabled at the top level | ||
1372 | AutoBackupModuleEnabled = false | ||
1369 | 1373 | ||
1370 | [Modules] | 1374 | [Modules] |
1371 | Include-modules = "addon-modules/*/config/*.ini" | 1375 | Include-modules = "addon-modules/*/config/*.ini" |