forked from Mirrors/freeswitch
29 lines
505 B
INI
29 lines
505 B
INI
blade:
|
|
{
|
|
identity = "service@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
|
|
};
|
|
};
|
|
};
|