Skip to content

Commit

Permalink
Updates secret key description (#885)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <stevsmit@stevsmit.remote.csb>
  • Loading branch information
stevsmit and Steven Smith authored Jan 29, 2024
1 parent 9393fdd commit 591a333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/config-fields-required-general.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ One of `http`, `https` +
| **DATABASE_SECRET_KEY** +
(Required) | String | Key used to encrypt sensitive fields within the database. This value should never be changed once set, otherwise all reliant fields, for example, repository mirror username and password configurations, are invalidated.
| **SECRET_KEY** +
(Required) | String | Key used to encrypt sensitive fields within the database and at run time. This value should never be changed once set, otherwise all reliant fields, for example, encrypted password credentials, are invalidated.
(Required) | String | Key used to encrypt the session cookie and the CSRF token needed for correct interpretation of the user session. The value should not be changed when set. Should be persistent across all {productname} instances. If not persistent across all instances, login failures and other errors related to session persistence might occur.
| **SETUP_COMPLETE** +
(Required) | Boolean | This is an artefact left over from earlier versions of the software and currently it **must** be specified with a value of `true`.
(Required) | Boolean | This is an artifact left over from earlier versions of the software and currently it **must** be specified with a value of `true`.
|===


Expand Down

0 comments on commit 591a333

Please sign in to comment.