mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: update E2E testing configuration to use ssl
This commit is contained in:
+4
-4
@@ -12,14 +12,14 @@ E2E_BACKEND_PORT=8001
|
||||
SECRET_KEY=e2e-secret-key-for-piku-testing
|
||||
DEBUG=True
|
||||
ALLOWED_HOSTS=*
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:5173
|
||||
FRONTEND_URL=http://localhost:5173
|
||||
CORS_ALLOWED_ORIGINS=https://localhost:5173
|
||||
FRONTEND_URL=https://localhost:5173
|
||||
EMAIL_HOST=localhost
|
||||
EMAIL_PORT=1025
|
||||
EMAIL_HOST_USER=
|
||||
EMAIL_HOST_PASSWORD=
|
||||
FROM_EMAIL=testing@piku.local
|
||||
MAILPIT_API_URL=http://localhost:8025/api/v1
|
||||
MAILPIT_API_URL=https://localhost:8025/api/v1
|
||||
|
||||
# Frontend (Vite/Playwright)
|
||||
VITE_API_URL=http://localhost:8001
|
||||
VITE_API_URL=https://localhost:8001
|
||||
|
||||
Reference in New Issue
Block a user