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
DB_USER=user
DB_PASSWORD=password123
DB_HOST=127.0.0.1
DB_PORT=5432
DB_PORT=5442
# SSL
SSL_ENABLED=true
@@ -13,7 +13,7 @@ S3_ENABLED=false
DEBUG=True
SECRET_KEY=django-secret-key
BACKEND_DOMAIN=127.0.0.1
BACKEND_PORT=8000
BACKEND_PORT=8100
# S3
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
@@ -31,4 +31,4 @@ FROM_EMAIL="Pi Ku <no-reply@test.com>"
# FRONTEND
FRONTEND_PORT=5173
FRONTEND_DOMAIN=127.0.0.1
VITE_API_URL=https://127.0.0.1:8000
VITE_API_URL=https://127.0.0.1:8100