2017-01-31 19:28:21 +00:00
|
|
|
blade:
|
|
|
|
{
|
|
|
|
datastore:
|
|
|
|
{
|
|
|
|
database:
|
|
|
|
{
|
|
|
|
path = ":mem:";
|
|
|
|
};
|
|
|
|
};
|
2017-02-10 18:14:48 +00:00
|
|
|
wss:
|
2017-01-31 19:28:21 +00:00
|
|
|
{
|
2017-02-10 18:14:48 +00:00
|
|
|
endpoints:
|
|
|
|
{
|
|
|
|
ipv4 = ( { address = "0.0.0.0", port = 2100 } );
|
|
|
|
ipv6 = ( { address = "::", port = 2100 } );
|
|
|
|
backlog = 128;
|
|
|
|
};
|
|
|
|
# SSL group is optional, disabled when absent
|
|
|
|
ssl:
|
2017-01-31 19:28:21 +00:00
|
|
|
{
|
2017-02-10 18:14:48 +00:00
|
|
|
# todo: server SSL stuffs here
|
2017-01-31 19:28:21 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|