19 lines
390 B
INI
19 lines
390 B
INI
|
blade:
|
||
|
{
|
||
|
identity = "master1@yourdomain.com";
|
||
|
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
|
||
|
};
|
||
|
};
|
||
|
};
|