From 029b02b3c8bc85802f0a8b400a2bdc4101afd658 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Thu, 16 Apr 2026 05:57:52 +0530 Subject: [PATCH] fix: update MAILPIT_API_URL protocol from https to http in e2e environment example --- .env.e2e.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.e2e.example b/.env.e2e.example index 7b07990..f854d31 100644 --- a/.env.e2e.example +++ b/.env.e2e.example @@ -19,7 +19,7 @@ EMAIL_PORT=1025 EMAIL_HOST_USER= EMAIL_HOST_PASSWORD= FROM_EMAIL=testing@piku.local -MAILPIT_API_URL=https://localhost:8025/api/v1 +MAILPIT_API_URL=http://localhost:8025/api/v1 # Frontend (Vite/Playwright) VITE_API_URL=https://localhost:8001