Uppercase vs lowercase environment variables #31
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?
In places like config.py and secrets.py, there are configuration variables defined that are taken from environment variables. In some environments (e.g. on Frank's computer), the uppercase environment variables do not get assigned properly, while they work as expected in other places (e.g. docker). This is a longstanding issue as it also affects the mfdz/amarillo main branch.