chore: add changelog for api_key.bootstrap_file
This commit is contained in:
parent
5d4a1933a2
commit
21dbc21dc8
|
@ -16,6 +16,8 @@
|
|||
|
||||
-module(emqx_packet).
|
||||
|
||||
-elvis([{elvis_style, no_spec_with_records, disable}]).
|
||||
|
||||
-include("emqx.hrl").
|
||||
-include("emqx_mqtt.hrl").
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Introduce `api_key.bootstrap_file` to initialize the api key at boot time.
|
||||
Deprecate `dashboard.bootstrap_users_file`.
|
||||
limit the maximum number of api keys to 100 instead of 30.
|
|
@ -0,0 +1,3 @@
|
|||
引入 `api_key.bootstrap_file`,用于启动时初始化api密钥。
|
||||
废弃 `dashboard.boostrap_users_file`。
|
||||
将 API 密钥的最大数量限制提升为 100(原来为30)。
|
Loading…
Reference in New Issue