add link to all quarkus settings

This commit is contained in:
Athou
2024-08-19 09:38:26 +02:00
parent 134c4621a8
commit 10008ca0e8
2 changed files with 4 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ set with the `COMMAFEED_FEED_REFRESH_INTERVAL_EMPIRICAL` variable.
When logging in, credentials are stored in an encrypted cookie. The encryption key is randomly generated at startup,
meaning that you will have to log back in after each restart of the application. To prevent this, you can set the
`QUARKUS_HTTP_AUTH_SESSION_ENCRYPTION_KEY` variable to a fixed value (min. 16 characters).
All other Quarkus settings can be found [here](https://quarkus.io/guides/all-config).
## Docker tags