Commit a68f3354 authored by Chris McDonough's avatar Chris McDonough

Added example for temporarystorage.

parent d7ab8dc8
......@@ -745,7 +745,7 @@ instancehome $INSTANCE
# used for the main storage, and a TemporaryStorage is used for
# the mounted storage which backs the '/temp_folder'.
#
# Example:
# Examples:
#
# <zodb_db main>
# <filestorage>
......@@ -757,3 +757,11 @@ instancehome $INSTANCE
# version-pool-size 3
# version-cache-size 100
# </zodb_db>
#
# <zodb_db temporary>
# <temporarystorage>
# name sessions
# </temporarystorage>
# mount-point /temp_folder
# container-class Products.TemporaryFolder.TemporaryContainer
# </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