Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Specify the secret key for encrypting the sessions of the application here. This should be a random string (min 30 characters), which needs to be kept confidential.

Settings Key

Possible Values

Description

secretKey

Any String

The secret key for encrypting the sessions. Choose any long random string for this.

# secretKey -- The application's secret key (can be left empty if SECRET_KEY is injected later)
secretKey: ""

  • No labels