mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
33 lines
622 B
INI
33 lines
622 B
INI
blade:
|
|
{
|
|
master:
|
|
{
|
|
enabled = true;
|
|
nodeid = "00000000-0000-0000-0000-000000000000";
|
|
realms = ( "freeswitch" );
|
|
};
|
|
rest:
|
|
{
|
|
enabled = true;
|
|
document_root = "./restroot";
|
|
};
|
|
transport:
|
|
{
|
|
wss:
|
|
{
|
|
endpoints:
|
|
{
|
|
ipv4 = ( { address = "0.0.0.0", port = 2100 } );
|
|
ipv6 = ( { address = "::", port = 2100 } );
|
|
backlog = 128;
|
|
ssl:
|
|
{
|
|
key = "../test/ca/intermediate/private/master@freeswitch-downstream.key.pem";
|
|
cert = "../test/ca/intermediate/certs/master@freeswitch-downstream.cert.pem";
|
|
chain = "../test/ca/intermediate/certs/ca-chain.cert.pem";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|