emqx/apps/emqx_psk_file/priv/emqx_psk_file.schema

10 lines
218 B
Erlang

%%-*- mode: erlang -*-
%% emqx_psk_file config mapping
{mapping, "psk.file.path", "emqx_psk_file.path", [
{datatype, string}
]}.
{mapping, "psk.file.delimiter", "emqx_psk_file.delimiter", [
{datatype, string}
]}.