From 0122fa2f114d3c6645115ca1e895c015ba7ea0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 29 Feb 2024 02:09:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20.env=20to=20allow=20loc?= =?UTF-8?q?al=20debug=20for=20the=20backend=20(#618)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.env b/src/.env index f63ba00..e44fb32 100644 --- a/src/.env +++ b/src/.env @@ -2,6 +2,8 @@ DOMAIN=localhost # DOMAIN=localhost.tiangolo.com +SERVER_HOST=http://localhost + PROJECT_NAME="FastAPI Project" STACK_NAME=fastapi-project