diff --git a/README.md b/README.md index 52fdf0c1..8ec25687 100644 --- a/README.md +++ b/README.md @@ -100,11 +100,12 @@ There are multiple ways to configure CommaFeed: The properties file is recommended because CommaFeed will be able to warn about invalid properties and typos. +All [CommaFeed settings](commafeed-server/doc/commafeed.adoc) are optional and have sensible default values. + 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` property to a fixed value (min. 16 characters). - -All [CommaFeed settings](commafeed-server/doc/commafeed.adoc) are optional and have sensible default values. +All other Quarkus settings can be found [here](https://quarkus.io/guides/all-config). When started, the server will listen on http://localhost:8082. The default user is `admin` and the default password is `admin`. diff --git a/commafeed-server/src/main/docker/README.md b/commafeed-server/src/main/docker/README.md index 4fc3d2e3..3767d5a6 100644 --- a/commafeed-server/src/main/docker/README.md +++ b/commafeed-server/src/main/docker/README.md @@ -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