Skip to content

Commit 35409c2

Browse files
committed
fix default cert path
1 parent f16610a commit 35409c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/sys.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[{webrtc_server, [
22
{port, 8443},
33
{hostname, <<"localhost">>},
4-
{certfile, <<"../../lib/webrtc_server/priv/certs/certificate.pem">>},
5-
{keyfile, <<"../../lib/webrtc_server/priv/certs/key.pem">>},
4+
{certfile, <<"priv/certs/certificate.pem">>},
5+
{keyfile, <<"priv/certs/key.pem">>},
66
{auth_fun, {example, authenticate}},
77
{create_callback, {example, create}},
88
{join_callback, {example, join}},

0 commit comments

Comments
 (0)