fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / slave.stem
1 # slave.stem
2 # this is used for slave Hubs which get their configs from a master Hub
3 #
4 [
5         class   =>      'Stem::Console',
6 ],
7 [
8         class   =>      'Stem::Hub',
9         name    =>      'slave',
10         args    =>      [],
11 ],
12 [
13         class   =>      'Stem::Portal',
14         args    =>      [
15                 'server'        => 1
16         ],
17 ],