fix: update MAILPIT_API_URL protocol from https to http in e2e environment example
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user