winget-run / api

winget.run rest api
46 stars 4 forks source link

Better MongoDB config #151

Open Dragon1320 opened 2 years ago

Dragon1320 commented 2 years ago

The MongoDB connection should be fully configurable, preferably through a yaml file. This involves picking out and implementing a sane way to handle configuration for our app. If possibly, I would like it to be somewhat inspired by https://docs.rs/config/latest/config/.