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