Commit efe0c45d authored by Fred Drake's avatar Fred Drake

Don't set the "create" flag by default on the file storage!

parent a7bf6e5d
......@@ -8,7 +8,7 @@
<sectiontype name="filestorage" datatype=".FileStorage"
implements="storage">
<key name="path" required="yes"/>
<key name="create" datatype="boolean" default="true"/>
<key name="create" datatype="boolean" default="false"/>
<key name="read-only" datatype="boolean" default="false"/>
<key name="stop"/>
<key name="quota" datatype="integer"/>
......
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