fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / boot.stem
CommitLineData
4536f655 1[ class => 'Stem::Log',
2 args => [
3
4 name => 'stdout',
5 filters => [
6 'stdout' => 1,
7 ],
8 ],
9],
10[
11 class => 'Stem::Boot',
12 name => 'test',
13 args => [
14 boot_file => 'test/test.boot',
15 ]
16],