You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package miniflux
|
|
|
|
config miniflux main
|
|
# if set, all other uci settings are ignored
|
|
option config_file ''
|
|
|
|
option listen_address '127.0.0.1:5433'
|
|
|
|
# run migrations on each start, disabling this will make miniflux fail to
|
|
# start on the next upgrade until migrations are ran manually
|
|
option migrate 1
|
|
|
|
config miniflux database
|
|
# if set, all other options in this section will be ignored
|
|
option url ''
|
|
|
|
option user miniflux
|
|
option password ''
|
|
option sslmode disable
|
|
option dbname miniflux
|