We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16610a commit 35409c2Copy full SHA for 35409c2
conf/sys.config
@@ -1,8 +1,8 @@
1
[{webrtc_server, [
2
{port, 8443},
3
{hostname, <<"localhost">>},
4
- {certfile, <<"../../lib/webrtc_server/priv/certs/certificate.pem">>},
5
- {keyfile, <<"../../lib/webrtc_server/priv/certs/key.pem">>},
+ {certfile, <<"priv/certs/certificate.pem">>},
+ {keyfile, <<"priv/certs/key.pem">>},
6
{auth_fun, {example, authenticate}},
7
{create_callback, {example, create}},
8
{join_callback, {example, join}},
0 commit comments