Skip to content

Commit

Permalink
Let plone-path be accessible in instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed May 11, 2022
1 parent 5887412 commit 347de75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion amqp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ amqp =
</amqp-broker-connection>
<amqp-consuming-server>
connection_id dms.connection
site_id plone
site_id ${port:plone-path}
user_id admin
</amqp-consuming-server>
zamqp=
Expand Down
3 changes: 3 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ zope-conf-additional =
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
%include ${buildout:directory}/zope_add.conf
<product-config imio.dms.mail>
plone-path ${port:plone-path}
</product-config>
environment-vars =
PYTHON_EGG_CACHE ${buildout:directory}/python-eggs
zope_i18n_compile_mo_files true
Expand Down
3 changes: 3 additions & 0 deletions prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ zope-conf-additional =
<product-config five.z2monitor>
bind 0.0.0.0:${port:instance1-monitor}
</product-config>
<product-config imio.dms.mail>
plone-path ${port:plone-path}
</product-config>
${zope-conf:additional}
<clock-server>
method /${port:plone-path}/@@cron-tick
Expand Down

0 comments on commit 347de75

Please sign in to comment.