aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMic Bowman2012-04-17 13:55:00 -0700
committerMic Bowman2012-04-17 13:55:00 -0700
commit2d45ba47ac91646901701df8eec4eb86a0fddabf (patch)
tree60334bfd99b0b6f9086155ff504ddb05ee8da9f8
parentThis commit adds a new optional region module, JsonStore, that provides struc... (diff)
downloadopensim-SC_OLD-2d45ba47ac91646901701df8eec4eb86a0fddabf.zip
opensim-SC_OLD-2d45ba47ac91646901701df8eec4eb86a0fddabf.tar.gz
opensim-SC_OLD-2d45ba47ac91646901701df8eec4eb86a0fddabf.tar.bz2
opensim-SC_OLD-2d45ba47ac91646901701df8eec4eb86a0fddabf.tar.xz
add configuration for jsonstore module, disabled by default
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 68a2ea3..3f2f131 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1561,6 +1561,12 @@
1561 RefreshTime = 3600 1561 RefreshTime = 3600
1562 1562
1563;; 1563;;
1564;; JsonStore module provides structured store for scripts
1565;;
1566[JsonStore]
1567Enabled = False
1568
1569;;
1564;; These are defaults that are overwritten below in [Architecture]. 1570;; These are defaults that are overwritten below in [Architecture].
1565;; These defaults allow OpenSim to work out of the box with 1571;; These defaults allow OpenSim to work out of the box with
1566;; zero configuration 1572;; zero configuration