mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 20:43:48 +00:00
Merge branches 'main' and 'main' of https://github.com/ramvignesh-b/pi-ku
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user