From 2f9c56f0e2f6db8b34b1b239354619537af9cb33 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 11 Feb 2025 00:35:34 +0000 Subject: [PATCH] Update Production HTTPS Setup --- Production-HTTPS-Setup.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 6a37ef8..6ff512a 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -9,7 +9,7 @@ ENABLE_IPV6=true MAIN_HTTP_PORT=7757 NGINX_HTTP_PORT=80 NGINX_HTTPS_PORT=443 -HOST= +HOST=automatisch.lasthourhosting.org PROTOCOL=http APP_ENV=production REDIS_HOST=redis @@ -17,7 +17,12 @@ POSTGRES_HOST=postgres POSTGRES_DATABASE=automatisch POSTGRES_USERNAME=automatisch_user POSTGRES_PASSWORD=automatisch_password +ENCRYPTION_KEY=REDACTED +WEBHOOK_SECRET_KEY=REDACTED +APP_SECRET_KEY=REDACTED SSL_CERT_EMAIL=support@shilohcode.com +SSL_SELF_SIGNED_CRT=shiloh_automatisch.local.crt +SSL_SELF_SIGNED_KEY=shiloh_automatisch.local.key IPV6_SUBNET=2001:db8:2::/64 ``` - change .env file's owner and group to lasthour: `sudo chown lasthour:lasthour .env`