diff --git a/userguide/platform/includes/kaui-configuration-properties-table.adoc b/userguide/platform/includes/kaui-configuration-properties-table.adoc index 20cc1ad15..bb943402a 100644 --- a/userguide/platform/includes/kaui-configuration-properties-table.adoc +++ b/userguide/platform/includes/kaui-configuration-properties-table.adoc @@ -115,6 +115,6 @@ KAUI_REFUND_REASON_CODES |Default reason codes for refunds |None KAUI_ENCRYPTION_FILENAME |File containing the encryption keys |config/symmetric-encryption.yml |kaui.secret_key_base/ -KAUI_SECRET_KEY_BASE |Secret key base used for securing session data and other sensitive information. |Any string value (A long randomly generated string of characters is recommended) +KAUI_SECRET_KEY_BASE |Secret key base used for securing session data and other sensitive information. |Any string value (A long randomly generated string of characters is recommended to be set for Tomcat installation. In case of AWS/Docker, a default value is auto-generated.) |===