From 70297d013ee4ebed0a5822d4785fb864fa201811 Mon Sep 17 00:00:00 2001 From: serhiiur Date: Mon, 25 May 2026 18:52:59 +0300 Subject: [PATCH] Fix typo in the comment for DOMAIN --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 1d44286e25..5628e7d2d8 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # Domain # This would be set to the production domain with an env var on deployment -# used by Traefik to transmit traffic and aqcuire TLS certificates +# used by Traefik to transmit traffic and acquire TLS certificates DOMAIN=localhost # To test the local Traefik config # DOMAIN=localhost.tiangolo.com