Skip to content

Commit c0f7184

Browse files
committed
kconfig: add details about tenant token
1 parent dcbab9e commit c0f7184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp-idf/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ menu "Mender General Options"
3434
config MENDER_SERVER_TENANT_TOKEN
3535
string "Mender server Tenant Token"
3636
help
37-
Set the Mender server Tenant Token, to be used with https://hosted.mender.io.
37+
Set the Mender server Tenant Token, to be used with https://hosted.mender.io. Retrieve it from the "Organization and billing" settings of your account.
3838

3939
config MENDER_CLIENT_AUTHENTICATION_POLL_INTERVAL
4040
int "Mender client Authentication poll interval (seconds)"

zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if MENDER_MCU_CLIENT
6161
config MENDER_SERVER_TENANT_TOKEN
6262
string "Mender server Tenant Token"
6363
help
64-
Set the Mender server Tenant Token, to be used with https://hosted.mender.io.
64+
Set the Mender server Tenant Token, to be used with https://hosted.mender.io. Retrieve it from the "Organization and billing" settings of your account.
6565

6666
config MENDER_CLIENT_AUTHENTICATION_POLL_INTERVAL
6767
int "Mender client Authentication poll interval (seconds)"

0 commit comments

Comments
 (0)