Commit 96d3f682 authored by Hanno Schlichting's avatar Hanno Schlichting

Always configure a `blob-dir` in the default skeleton.

parent 124cdb8b
......@@ -16,6 +16,8 @@ Bugs Fixed
Features Added
++++++++++++++
- Always configure a `blob-dir` in the default skeleton.
- ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded.
This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2.
......
......@@ -568,33 +568,12 @@ instancehome $INSTANCE
# Examples:
#
# <ftp-server>
# # valid key is "address"
# address 8021
# </ftp-server>
#
# <webdav-source-server>
# # valid keys are "address" and "force-connection-close"
# address 1980
# force-connection-close off
# </webdav-source-server>
#
# <persistent-cgi>
# # valid key is "path"
# path somefile
# </persistent-cgi>
#
# <fast-cgi>
# # valid key is "address"; the address may be hostname:port, port,
# # or a path for a Unix-domain socket
# address somefile
# </fast-cgi>
#
# <monitor-server>
# # valid keys are "address"
# address 8099
# </monitor-server>
#
# <icp-server>
# # valid key is "address"
# address 888
......@@ -621,9 +600,9 @@ instancehome $INSTANCE
<zodb_db main>
# Main FileStorage database
<filestorage>
# See .../ZODB/component.xml for directives (sectiontype
# "filestorage").
# See ZODB's component.xml for directives (sectiontype "filestorage").
path $INSTANCE/var/Data.fs
blob-dir $INSTANCE/var/blobstorage
</filestorage>
mount-point /
</zodb_db>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment