airtonix/bankdownloader

switch to using viper configuration

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.

current config file setup is pretty fragile and complicated. Investigate switching to viper in order to gain access to concepts like:

  • better credentials loading
  • runtime flag overriding of values in config (like you can with nconf.js)

Describe the solution you'd like

  • Investigate a proposal for replacing the store/history and store/config with viper
  • Support loading credentials from encrypted sources.
    • Can gopass/bitwarden/dockersecrets/etc be a thing?

Describe alternatives you've considered

none.

Additional context

...

fixed in #16