1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/etc/s2ss.conf
2014-06-05 09:34:32 +00:00

26 lines
367 B
Text

# Example configuration file for the s2ss server
# The name of this node
name = "acs";
# The debugging level (0 - 10)
debug = 10;
nodes = (
{
id = 123;
name = "acs";
type = "opal";
addr = "137.123.234.233";
port = 7582;
}
);
paths = (
{
from = "acs";
to = "trond";
reverse = true; # also setup a reverse path
log = true; # log messages
}
);