{{cookiecutter.project_slug}}/buildout.cfg
changeset 11 893d6fc43deb
parent 9 8dba3d0aac03
child 16 0b771e8f5411
equal deleted inserted replaced
10:b15fb8aca7b9 11:893d6fc43deb
    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