add configuration for jsonstore module, disabled by default
parent
5ff2bda587
commit
2d45ba47ac
|
@ -1560,6 +1560,12 @@
|
||||||
MaptileURL = "http://www.mygrid.com/Grid/"
|
MaptileURL = "http://www.mygrid.com/Grid/"
|
||||||
RefreshTime = 3600
|
RefreshTime = 3600
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; JsonStore module provides structured store for scripts
|
||||||
|
;;
|
||||||
|
[JsonStore]
|
||||||
|
Enabled = False
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; These are defaults that are overwritten below in [Architecture].
|
;; These are defaults that are overwritten below in [Architecture].
|
||||||
;; These defaults allow OpenSim to work out of the box with
|
;; These defaults allow OpenSim to work out of the box with
|
||||||
|
|
Loading…
Reference in New Issue