1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-11 12:08:55 +00:00

29 lines
507 B
INI
Raw Normal View History

blade:
{
identity = "directory@domain";
directory:
{
};
datastore:
{
database:
{
path = ":mem:";
};
};
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
};
};
};