Skip to content

Commit

Permalink
add settings documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Aug 18, 2024
1 parent ff9374f commit 4db0c77
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ When logging in, credentials are stored in an encrypted cookie. The encryption k
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/src/main/java/com/commafeed/CommaFeedConfiguration.java)
are optional and have sensible default values.
All [CommaFeed settings](commafeed-server/doc/commafeed.adoc) are optional and have sensible default values.

When started, the server will listen on http://localhost:8082.
The default user is `admin` and the default password is `admin`.
Expand Down
Loading

0 comments on commit 4db0c77

Please sign in to comment.