fix: add desc for dashboard:listeners

This commit is contained in:
Shawn 2022-04-19 14:04:09 +08:00
parent b04ca3cb99
commit e6f8069145
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ fields("https") ->
desc("dashboard") -> desc("dashboard") ->
"Configuration for EMQX dashboard."; "Configuration for EMQX dashboard.";
desc("listeners") ->
"Configuration for the dashboard listener.";
desc("http") -> desc("http") ->
"Configuration for the dashboard listener (plaintext)."; "Configuration for the dashboard listener (plaintext).";
desc("https") -> desc("https") ->