chore: improve setup script environment initialization
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user