fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / chat_client.stem
CommitLineData
4536f655 1# chat_client.stem
2#
3[
4 class => 'Stem::Console',
5],
6[
7 class => 'Stem::Hub',
8 name => 'client',
9 args => [],
10],
11[
12 class => 'Stem::Portal',
13 args => [],
14],
15[
16 class => 'Stem::SockMsg',
17 name => 'A',
18 args => [
19 port => 6666,
20 server => 1,
21 cell_attr => [
22 'data_addr' => ':sw:a'
23 ],
24 ],
25],
26[
27 class => 'Stem::SockMsg',
28 name => 'B',
29 args => [
30 port => 6667,
31 server => 1,
32 cell_attr => [
33 'data_addr' => ':sw:b'
34 ],
35 ],
36],