Reduce the number of unnecessary .env vars #199
Labels
No labels
Kestra
bug
enhancement
someday
subtask
☁️ api
🎛️ infrastructure
🐞 sentry
📆 2025 Season
📝 pages
allpicks
📝 pages
picks
📝 pages
standings
🚀 performance
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
johnsturgeon/tgfp-web#199
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to simplify the deployment, so reducing the env vars would go a long way.
Not to be fixed. The count is not the problem -- every remaining variable is either a real secret or a real per-environment value, and the deployment already resolves them all from 1Password at container start with no generated .env on the host.
The two that were genuinely dead are being handled specifically: #452 strips API_BASE_URL, and #456 adds SITE_BASE_URL to replace five hardcoded URLs. One out, one in.