diff -r c3dbfc6488c2 -r 0b771e8f5411 {{cookiecutter.project_slug}}/buildout.cfg --- a/{{cookiecutter.project_slug}}/buildout.cfg Mon Jan 15 16:34:10 2018 +0100 +++ b/{{cookiecutter.project_slug}}/buildout.cfg Mon Jan 15 16:34:53 2018 +0100 @@ -35,17 +35,9 @@ zeo.conf = address {{ cookiecutter.zeo_server_port }} -{%- if cookiecutter.zeo_monitor_port != 0 %} - monitor-address 8101 -{%- endif %} read-only false invalidation-queue-size 100 transaction-timeout 300 -{%- if cookiecutter.use_zeo_auth} - authentication-protocol digest - authentication-database $((INSTALL))/etc/auth.db - authentication-realm {{ cookiecutter.project_name }} -{%- endif %} blob-dir $((INSTALL))/var/db/blobs