Skip to content

Commit

Permalink
Comment zeo mountpoint definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Nov 25, 2015
1 parent 72a36eb commit 801802c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions zeo_add.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define each mount point fs as the following block
# Change the file named 'zope_add_zeo.conf' too

<filestorage xxx>
path $FILESTORAGE/xxx.fs
blob-dir $BLOBSTORAGE-xxx
</filestorage>
#<filestorage xxx>
# path $FILESTORAGE/xxx.fs
# blob-dir $BLOBSTORAGE-xxx
#</filestorage>
24 changes: 12 additions & 12 deletions zope_add_zeo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Change the file named 'zeo_add.conf' too
# 13 lines to copy

<zodb_db xxx>
<zeoclient>
blob-dir $BLOBSTORAGE-xxx
shared-blob-dir on
server $ZEOADDRESS
storage xxx
name xxx_zeostorage
var $ZEOINSTANCE/var
cache-size 300MB
</zeoclient>
mount-point /xxx
</zodb_db>
#<zodb_db xxx>
# <zeoclient>
# blob-dir $BLOBSTORAGE-xxx
# shared-blob-dir on
# server $ZEOADDRESS
# storage xxx
# name xxx_zeostorage
# var $ZEOINSTANCE/var
# cache-size 300MB
# </zeoclient>
# mount-point /xxx
#</zodb_db>

0 comments on commit 801802c

Please sign in to comment.