BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

Proper Configuration Files #78

Closed BurntNail closed 1 year ago

BurntNail commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, all configuration is stored in the .env file, and is difficult to sync, provide examples.

Whilst a .env file could be useful for security concerns, it isn't necessary for the email used for example.

Describe the solution you'd like A (possibly yaml ) based configuration file to store non-sensitive information, possibly using the config crate to allow users to specify other configuration file types.

BurntNail commented 1 year ago

NB: current file types supported by config:

BurntNail commented 1 year ago

Dealt with by #156