From bfe1bd34336326a66255683a7efbd88c27ed6db4 Mon Sep 17 00:00:00 2001 From: Ravinou Date: Sat, 20 Jul 2024 20:35:58 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20=F0=9F=93=9A=20add=20IPv6=20setting=20in?= =?UTF-8?q?=20the=20sample=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index e0b2270..2952c89 100644 --- a/.env.sample +++ b/.env.sample @@ -41,3 +41,6 @@ MAIL_SMTP_PORT= MAIL_SMTP_LOGIN= MAIL_SMTP_PWD= MAIL_REJECT_SELFSIGNED_TLS= + +# Force app to start on IPv6 +#HOSTNAME=:: \ No newline at end of file