added some of uri's utility actions for build script
[urisagit/Stem.git] / conf / hello_client.stem
1 # hello_client.stem
2 #
3 [
4         class   =>      'Stem::Hub',
5         name    =>      'system_B',
6         args    =>      [
7                 'host' => 'localhost',
8         ],
9 ],
10 [
11         class   =>      'Stem::Portal',
12         args    =>      [],
13 ],
14 [
15         class   =>      'Stem::Proc',
16         name    =>      'hello',
17         args    =>      [
18                 path            => 'bin/hello.sh',
19                 proc_args       => ['client'],
20                 cell_attr       => [
21                         'data_addr'     => 'system_A:console',
22                 ],
23         ],
24 ],