Configuration for Miniflux, refer to https://miniflux.app/docs/configuration.html for documentation on the supported values.
Correct configuration for the database is already provided. By default, listens on localhost:8080.
Declarations
Type
attribute set of (string or signed integer)
Example
{
CLEANUP_FREQUENCY = 48;
LISTEN_ADDR = "localhost:8080";
}