27 lines
470 B
INI
27 lines
470 B
INI
blade:
|
|
{
|
|
master:
|
|
{
|
|
enabled = true;
|
|
nodeid = "00000000-0000-0000-0000-000000000000";
|
|
realms = ( "mydomain.com" );
|
|
};
|
|
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
|
|
};
|
|
};
|
|
};
|
|
};
|