@@ -5,6 +5,9 @@ temp_env=$(declare -p -x)
if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env ]; then
source .env
# Avoid overwriting env vars provided directly
# https://stackoverflow.com/a/69127685/1467342
The note is not visible to the blocked user.