This commit is contained in:
Evgeny Khramtsov 2019-07-18 22:35:16 +03:00
parent 6d6e3e348d
commit 55d42b9000
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ opt_type(websocket_timeout) ->
econf:timeout(second);
opt_type(jwt_key) ->
econf:and_then(
econf:file(),
econf:path(),
fun(Path) ->
case file:read_file(Path) of
{ok, Data} ->