esamarathon / esamarathon/website

Rip out godotenv from configuration

Open
#85 0 comments 0 reactions 1 assignee Claimed by @zephyyrr View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.