Removed security options which disappeared with last ZEO release
authorThierry Florac <thierry.florac@onf.fr>
Mon, 15 Jan 2018 16:34:53 +0100
changeset 16 0b771e8f5411
parent 15 c3dbfc6488c2
child 17 16756b205880
Removed security options which disappeared with last ZEO release
{{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 =
   <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