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.

20 lines
499 B

  1. package miniflux
  2. config miniflux main
  3. # if set, all other uci settings are ignored
  4. option config_file ''
  5. option listen_address '127.0.0.1:5433'
  6. # run migrations on each start, disabling this will make miniflux fail to
  7. # start on the next upgrade until migrations are ran manually
  8. option migrate 1
  9. config miniflux database
  10. # if set, all other options in this section will be ignored
  11. option url ''
  12. option user miniflux
  13. option password ''
  14. option sslmode disable
  15. option dbname miniflux