update port db in .env

This commit is contained in:
Parsa Nazer
2024-12-25 23:09:03 +03:30
parent 28cda9772e
commit 6c69204996
+1 -1
View File
@@ -6,7 +6,7 @@ DB_NAME = 'hshop'
DB_USER = 'byeto'
DB_PASSWORD = 'vuhbyq-cypMu0-sirbon'
DB_HOST = 'db'
DB_PORT = '5434'
DB_PORT = 5434
SECRET_KEY = '2h&gmi54wqauwqht48l-9c)r6_67_(oe_$ll%(+xz%u#)+of@d'
# email stuff
EMAIL_BACKEND = ''