2017-05-22 16:31:50 +00:00
|
|
|
blade:
|
|
|
|
{
|
2017-05-30 16:51:15 +00:00
|
|
|
master:
|
|
|
|
{
|
|
|
|
enabled = true;
|
|
|
|
nodeid = "00000000-0000-0000-0000-000000000000";
|
|
|
|
realms = ( "mydomain.com" );
|
|
|
|
};
|
2017-05-30 17:48:34 +00:00
|
|
|
transport:
|
|
|
|
{
|
|
|
|
wss:
|
|
|
|
{
|
|
|
|
endpoints:
|
|
|
|
{
|
|
|
|
ipv4 = ( { address = "0.0.0.0", port = 2100 } );
|
|
|
|
ipv6 = ( { address = "::", port = 2100 } );
|
|
|
|
backlog = 128;
|
|
|
|
};
|
|
|
|
# SSL group is optional, disabled when absent
|
|
|
|
ssl:
|
|
|
|
{
|
|
|
|
# todo: server SSL stuffs here
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-05-22 16:31:50 +00:00
|
|
|
};
|