equal
deleted
inserted
replaced
39 monitor-address 8101 |
39 monitor-address 8101 |
40 {%- endif %} |
40 {%- endif %} |
41 read-only false |
41 read-only false |
42 invalidation-queue-size 100 |
42 invalidation-queue-size 100 |
43 transaction-timeout 300 |
43 transaction-timeout 300 |
|
44 {%- if cookiecutter.use_zeo_auth} |
44 authentication-protocol digest |
45 authentication-protocol digest |
45 authentication-database $((INSTALL))/etc/auth.db |
46 authentication-database $((INSTALL))/etc/auth.db |
46 authentication-realm {{ cookiecutter.project_name }} |
47 authentication-realm {{ cookiecutter.project_name }} |
|
48 {%- endif %} |
47 </zeo> |
49 </zeo> |
48 <blobstorage {{ cookiecutter.zeo_storage }}> |
50 <blobstorage {{ cookiecutter.zeo_storage }}> |
49 blob-dir $((INSTALL))/var/db/blobs |
51 blob-dir $((INSTALL))/var/db/blobs |
50 <filestorage {{ cookiecutter.zeo_storage }}> |
52 <filestorage {{ cookiecutter.zeo_storage }}> |
51 path $((INSTALL))/var/db/Data.fs |
53 path $((INSTALL))/var/db/Data.fs |