Something I learnt recently as I moved hosts for my Miniflux instance.

I can just take all the variables I want (like feed refresh times, the base url or the address/port Miniflux listens on); and then stuff it into a config file and then launch miniflux like so …

miniflux -c 'path/to/file'

Pretty handy!

P.S. The entire list of variables is here.