serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

[#15] Backends config implementation #17

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Problem: there was no config file for backends. All backend stuff should be hardcoded in order to use coffer. Solution: used @MagicRB data types and functions from Config module.

MagicRB commented 2 years ago

Hope the API I created isn't too bad :D