From 6778270ea27e27e076e8eb4ed593c658f52d97b3 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 27 Jan 2025 12:27:58 +0000 Subject: [PATCH] Update env --- apps/web/.env.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/.env.test b/apps/web/.env.test index 772461260f6..10a8391217d 100644 --- a/apps/web/.env.test +++ b/apps/web/.env.test @@ -5,4 +5,5 @@ SECRET_PASSWORD=abcdef1234567890abcdef1234567890 DATABASE_URL=postgres://postgres:postgres@localhost:5450/rallly SUPPORT_EMAIL=support@rallly.co SMTP_HOST=localhost -SMTP_PORT=1025 \ No newline at end of file +SMTP_PORT=1025 +QUICK_CREATE_ENABLED=true \ No newline at end of file