20 lines
225 B
Plaintext
20 lines
225 B
Plaintext
# Cluster configuration with no loggers.
|
|
|
|
[manager]
|
|
type=manager
|
|
host=localhost
|
|
|
|
[proxy-1]
|
|
type=proxy
|
|
host=localhost
|
|
|
|
[worker-1]
|
|
type=worker
|
|
host=localhost
|
|
interface=eth0
|
|
|
|
[worker-2]
|
|
type=worker
|
|
host=localhost
|
|
interface=eth1
|