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.
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.