docs: clarify description of bridge username and password
Fixes: https://emqx.atlassian.net/browse/EMQX-9613
This commit is contained in:
parent
ba72695f04
commit
46f05056de
|
@ -13,7 +13,7 @@ database_desc.label:
|
||||||
"""Database Name"""
|
"""Database Name"""
|
||||||
|
|
||||||
password.desc:
|
password.desc:
|
||||||
"""EMQX's password in the external database."""
|
"""The password associated with the bridge, used for authentication with the external database."""
|
||||||
|
|
||||||
password.label:
|
password.label:
|
||||||
"""Password"""
|
"""Password"""
|
||||||
|
@ -37,7 +37,7 @@ ssl.label:
|
||||||
"""Enable SSL"""
|
"""Enable SSL"""
|
||||||
|
|
||||||
username.desc:
|
username.desc:
|
||||||
"""EMQX's username in the external database."""
|
"""The username associated with the bridge in the external database used for authentication or identification purposes."""
|
||||||
|
|
||||||
username.label:
|
username.label:
|
||||||
"""Username"""
|
"""Username"""
|
||||||
|
|
Loading…
Reference in New Issue