Schema Files
Schema Files in VerneMQ
%% @doc specifies the max duration of an API key before it expires (default: undefined)
{mapping, "max_apikey_expiry_days", "vmq_server.max_apikey_expiry_days",
[{datatype, integer},
{default, undefined},
hidden
]}.max_apikey_expiry_days = 30Last updated
Was this helpful?