summaryrefslogtreecommitdiff
path: root/test/backupstore/testfiles/bbstored_multi.conf
blob: 73c70aa9e43af3acf9d71219a282e5e858e957e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RaidFileConf = testfiles/raidfile.conf
AccountDatabase = testfiles/accounts.txt

TimeBetweenHousekeeping = 5

Server
{
	PidFile = testfiles/bbstored.pid
	# 0.0.0.0 is the 'any' address, allowing connections from things other than localhost
	ListenAddresses = inet:0.0.0.0
	CertificateFile = testfiles/serverCerts.pem
	PrivateKeyFile = testfiles/serverPrivKey.pem
	TrustedCAsFile = testfiles/serverTrustedCAs.pem
}