Blame SOURCES/cassandane.ini

d76fc1
# A basic cassandane.ini file for running cassandane as part of the Fedora
d76fc1
# package build process.
d76fc1
d76fc1
# The idea here is to run tests on the just-compiled version of cyrus-imapd.
d76fc1
# However, many of the build locations are just random temporary directories, and
d76fc1
# so this requires some finesse.
d76fc1
d76fc1
[cassandane]
d76fc1
rootdir = CASSDIR/work
d76fc1
pwcheck = alwaystrue # This is enabled in Fedora builds
d76fc1
cleanup = no
d76fc1
maxworkers = 1
d76fc1
base_port = 19100
d76fc1
d76fc1
#[valgrind]
d76fc1
#enabled = no
d76fc1
d76fc1
# The installed copy
d76fc1
[cyrus default]
d76fc1
prefix = /usr
d76fc1
destdir = BUILDROOT
d76fc1
quota = cyr_quota
d76fc1
d76fc1
# Replication testing disabled
d76fc1
# [cyrus replica]
d76fc1
# [cyrus murder]
d76fc1
d76fc1
# Don't enable any of the gdb options but leave them here in case someone ever
d76fc1
# needs to do so
d76fc1
#[gdb]
d76fc1
# imapd = yes
d76fc1
# sync_server = yes
d76fc1
# lntpd = yes
d76fc1
# timsieved = yes
d76fc1
# backupd = yes
d76fc1
d76fc1
[config]
d76fc1
altnamespace = no
d76fc1
unixhierarchysep = no
d76fc1
client_timeout = 60
d76fc1
d76fc1
#[caldavtalk]
d76fc1
#basedir = CASSDIR/cassandane/testdata
d76fc1
d76fc1
[imaptest]
d76fc1
# Cassandane wants this to not be installed.  Don't know why.  To use it we
d76fc1
# have to make a directory and link things into it.
d76fc1
basedir = imaptest
d76fc1
d76fc1
# [jmaptester]
d76fc1
# basedir = JMAP-Tester
d76fc1
# The JMAP modules end up needing JSON-Typist (which I could bundle) and CryptX (which is a bit too much to bundle)
d76fc1
d76fc1
# [caldavtester]
d76fc1
# XXX Would need to include the source in the cyrus package just as cassandane is, and get it built before running tests
d76fc1
# basedir = ...