I've noticed that .add_source(config::File::with_name(".env")) does not work because .env "is not of a registered file format"
I think this library should support reading .env files, as well as .env.prod, etc.. files
Let me know what you think, I could submit a PR for this
I've noticed that
.add_source(config::File::with_name(".env"))does not work because .env "is not of a registered file format"I think this library should support reading .env files, as well as
.env.prod, etc.. filesLet me know what you think, I could submit a PR for this