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