You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`BEARER_TOKEN_EXPIRATION`| integer |`43200`| Lifetime of authorisation bearer token in seconds. When expired, users need to log in again. |
21
21
|`SECRET_KEY`⭐️ | string || Secret key for authorisation, should be a generated strong string. |
22
-
|`SECURITY_EMAIL_SALT`⭐️| string || Token salt for sending verification email, should be a generated strong string. Introduced in enterprise edition 2025.2.0 |
23
-
|`SECURITY_BEARER_SALT`⭐️| string || Bearer token salt for decode web token, should be a generated strong string. Introduced in enterprise edition 2025.2.0 |
22
+
|`SECURITY_EMAIL_SALT`⭐️| string || Token salt for sending verification email, should be a generated strong string. |
23
+
|`SECURITY_BEARER_SALT`⭐️| string || Bearer token salt for decode web token, should be a generated strong string.|
24
24
|`SECURITY_PASSWORD_SALT`⭐️| string || Password salt for hashing, should be a generated strong string. |
25
25
|`WTF_CSRF_ENABLED`| Boolean |`true`| Enable CSRF protection. It is strongly recommended to have this on. |
26
26
|`WTF_CSRF_TIME_LIMIT`| integer |`86400`| Lifetime of CSRF token in seconds. When expired, users need to refresh it. |
0 commit comments