esamarathon / esamarathon/website
Rip out godotenv from configuration
Open
enhancement
good first issue
- Dominant language
- CSS
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using environment variables for configuration is really nice for sys-admins and .env files is a nice way to write them all down.
Unfortunately, this means if your application depends on the configuration to be in a .env file, you have not really gained anything from leaving a YAML- or TOML-based config format. You just traded format.
Proposal: Replace godotenv dependency with straight up environment variables loading and move .env file loading to Docker and docker-compose.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.