use a relative link

This commit is contained in:
Athou
2024-08-13 12:32:16 +02:00
parent 9a43fd434f
commit aabbf0a5d1

View File

@@ -119,7 +119,7 @@ CommaFeed only requires 3 properties to be configured:
`jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC`
All
other [CommaFeed settings](https://github.com/Athou/commafeed/blob/master/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java)
other [CommaFeed settings](commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java)
are optional and have sensible default values.
When started, the server will listen on http://localhost:8082.