mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
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_USER=
|
||||||
EMAIL_HOST_PASSWORD=
|
EMAIL_HOST_PASSWORD=
|
||||||
FROM_EMAIL=testing@piku.local
|
FROM_EMAIL=testing@piku.local
|
||||||
MAILPIT_API_URL=https://localhost:8025/api/v1
|
MAILPIT_API_URL=http://localhost:8025/api/v1
|
||||||
|
|
||||||
# Frontend (Vite/Playwright)
|
# Frontend (Vite/Playwright)
|
||||||
VITE_API_URL=https://localhost:8001
|
VITE_API_URL=https://localhost:8001
|
||||||
|
|||||||
Reference in New Issue
Block a user