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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user