From 3a6b5e77ca8dbf306a533e265b6d3a738a564e8a Mon Sep 17 00:00:00 2001 From: Restioson Date: Tue, 22 Oct 2024 19:20:50 +0200 Subject: [PATCH] fixup! chore(ci): set up Lighthouse auditing in CI --- .env.lhci | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.lhci b/.env.lhci index b05b05d..512e385 100644 --- a/.env.lhci +++ b/.env.lhci @@ -1,6 +1,7 @@ SECRET_KEY='django-insecure-w!h85bp^$$e8gm%c23r!0%9i7yzd=6w$$s&ic+6!%306&kj8@k*5' DEBUG='' DB_HOST=localhost +ALLOWED_HOSTS=localhost DB_PORT=5432 DB_NAME=term_db DB_USER=sadilar