summaryrefslogtreecommitdiff
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index c53bfbb..70a07b1 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -143,4 +143,11 @@ gen_config: _test_build
@echo "# Http" >> _env.sh
echo "export STATUS_HTTP_IP=$(STATUS_HTTP_IP)" >> _env.sh
echo "export STATUS_HTTP_PORT=$(STATUS_HTTP_PORT)" >> _env.sh
+ @echo ""
+ echo "export STATUS_SECRET=$(STATUS_SECRET)" >> _env.sh
+ @echo ""
+ @echo "# Smtp" >> _env.sh
+ echo "export STATUS_SMTP_MAILER=$(STATUS_SMTP_MAILER)" >> _env.sh
+ echo "export STATUS_SMTP_PASSWORD=$(STATUS_SMTP_PASSWORD)" >> _env.sh
+ echo "export STATUS_SMTP_ADRESS=$(STATUS_SMTP_ADRESS)" >> _env.sh
@chmod +x _env.sh