formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-04-27 09:53:32 +03:30
parent afb25635df
commit 29592d5b42
4 changed files with 15 additions and 15 deletions

View File

@@ -2,8 +2,10 @@
PORT=3023
#database
DB_HOST="localhost"
DB_PORT=3306
DB_USERNAME="root"
DB_PASSWORD=""
DB_NAME="notification_db"
POSTGRES_HOST="localhost"
POSTGRES_PORT=5432
POSTGRES_USER="postgres"
POSTGRES_PASSWORD=""
POSTGRES_DATABASE="notification_db"
POSTGRES_SSL=false
POSTGRES_SYNC=true