Files
notificationServer/.env.example
AmirHossein Mahmoodi 29592d5b42 formatting
2025-04-27 09:53:32 +03:30

11 lines
190 B
Plaintext

#app
PORT=3023
#database
POSTGRES_HOST="localhost"
POSTGRES_PORT=5432
POSTGRES_USER="postgres"
POSTGRES_PASSWORD=""
POSTGRES_DATABASE="notification_db"
POSTGRES_SSL=false
POSTGRES_SYNC=true