Skip to content

Commit 2961178

Browse files
committed
Remove version
1 parent 35f9a86 commit 2961178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/administer/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Security settings are important for production use.
1919
|--------------------------|-----------|-----------|-------------|
2020
| `BEARER_TOKEN_EXPIRATION`| integer | `43200` | Lifetime of authorisation bearer token in seconds. When expired, users need to log in again. |
2121
| `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.|
2424
| `SECURITY_PASSWORD_SALT`⭐️| string | | Password salt for hashing, should be a generated strong string. |
2525
| `WTF_CSRF_ENABLED` | Boolean | `true` | Enable CSRF protection. It is strongly recommended to have this on. |
2626
| `WTF_CSRF_TIME_LIMIT` | integer | `86400` | Lifetime of CSRF token in seconds. When expired, users need to refresh it. |

0 commit comments

Comments
 (0)