feat: update E2E testing configuration to use ssl

This commit is contained in:
ramvignesh-b
2026-04-16 04:26:29 +05:30
parent cc8e3e4e4e
commit b08d505a5a
13 changed files with 249 additions and 36 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ DB_PORT=5432
DEBUG=True
SECRET_KEY=django-secret-key
ALLOWED_HOSTS=localhost,127.0.0.1
CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
CORS_ALLOWED_ORIGINS=https://localhost:5173,https://127.0.0.1:5173
# EMAIL
EMAIL_HOST=localhost
@@ -19,7 +19,7 @@ EMAIL_HOST_USER=root
EMAIL_HOST_PASSWORD=password123
# FRONTEND
VITE_API_URL=http://localhost:8000
VITE_API_URL=https://localhost:8000
FRONTEND_PORT=5173
FRONTEND_URL=http://localhost:5173
FRONTEND_URL=https://localhost:5173
FRONTEND_DOMAIN=localhost