r966@llin: dpavlin | 2006-09-24 19:22:45 +0200
[webpac2] / t / conf / test.yml
1 --- #YAML:1.0
2 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3
4 webpac:
5   inputs:
6     isis: 'WebPAC::Input::ISIS'
7     marc: 'WebPAC::Input::MARC'
8
9 databases:
10   foo:
11     name: 'foo name'
12     input:
13       - name: 'foo-input1'
14         type: isis
15         path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
16         encoding: 'cp852'
17         #limit: 10
18         normalize:
19           path: 'conf/normalize/foo.pl'
20       - name: 'foo-input2'
21         type: isis
22         path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
23         encoding: 'cp852'
24         #limit: 10
25         normalize:
26           path: 'conf/normalize/foo.pl'
27
28   bar:
29     name: 'bar name'
30     input:
31       name: 'bar-input'
32       type: isis
33       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
34       encoding: 'cp852'
35       #limit: 10
36       normalize:
37         path: 'conf/normalize/bar.pl'
38
39   baz:
40     name: 'baz name'
41     input:
42       name: 'baz-input'
43       type: isis
44       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
45       encoding: 'cp852'
46       #limit: 10
47       normalize:
48         path: 'conf/normalize/baz.pl'