blob: 03775ea524dda00dcb9f4e6df58f7cbf7a8c6fc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# a sample venti configuration file
#
# formated with
# venti/fmtarenas arena. /tmp/disks/arenas
# venti/fmtisect isect0 /tmp/disks/isect0
# venti/fmtisect isect1 /tmp/disks/isect1
# venti/fmtindex venti.conf
#
# server is started with
# venti/venti
# the name of the index
index main
# the index sections
isect /tmp/disks/isect0
isect /tmp/disks/isect1
# the arenas
arenas /tmp/disks/arenas
|