chore: increment default backend and database ports and improve setup script environment initialization
CI / Generate Certificates (push) Successful in 1m17s
CI / Frontend CI (push) Successful in 1m26s
CI / Backend CI (push) Failing after 1m13s
CI / E2E Tests (push) Failing after 3m59s

This commit is contained in:
ramvignesh-b
2026-05-04 21:26:28 +05:30
parent bea9b13249
commit 38a75440a5
3 changed files with 28 additions and 17 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ DB_NAME=piku_test_db
DB_USER=test
DB_PASSWORD=password123
DB_HOST=127.0.0.1
DB_PORT=5433
DB_PORT=5443
# SSL
SSL_ENABLED=true
@@ -12,7 +12,7 @@ SSL_ENABLED=true
DEBUG=True
SECRET_KEY=django-insecure-initial-key
BACKEND_DOMAIN=127.0.0.1
BACKEND_PORT=8001
BACKEND_PORT=8101
# EMAIL
EMAIL_HOST=127.0.0.1
@@ -25,4 +25,4 @@ EMAIL_API_PORT=8026
# FRONTEND
FRONTEND_PORT=5199
FRONTEND_DOMAIN=127.0.0.1
VITE_API_URL=https://127.0.0.1:8001
VITE_API_URL=https://127.0.0.1:8101