Move default env to env.template, fix notifier relay/pubkey

This commit is contained in:
Jon Staab
2025-05-12 08:27:07 -07:00
parent 68ebd32e15
commit 52ef67740a
6 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
temp_env=$(declare -p -x)
if [ -f .env ]; then
source .env
if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env.local ]; then