--- 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 =
<zeo>
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 %}
</zeo>
<blobstorage {{ cookiecutter.zeo_storage }}>
blob-dir $((INSTALL))/var/db/blobs