Skip to content

Commit 0c3055f

Browse files
committed
Disable bigbang by default but include it in Docker instances
1 parent 1f28d23 commit 0c3055f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

base.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ solr-eggs =
6565
[bigbang]
6666
environment-vars =
6767
# collective.big.bang related vars
68-
ACTIVE_BIGBANG True
68+
ACTIVE_BIGBANG False
6969
PLONE_EXTENSION_IDS plonetheme.classic:default, plonetheme.sunburst:default, Products.MeetingCommunes:default
7070
DEFAULT_LANGUAGE fr
7171
SITE_ID ${port:plone-path}

docker-dev.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ zope-conf-additional =
3232
environment-vars -=
3333
OO_PORT ${port:oo-port}
3434
PYTHON_UNO ${port:python-uno}
35-
${bigbang:environment-vars}
3635

3736
[instance-amqp]
3837
blob-storage = /data/blobstorage

0 commit comments

Comments
 (0)