Files
notificationServer/.env.example
AmirHossein Mahmoodi 266169c524 fixed bug
2025-05-05 09:20:01 +03:30

22 lines
283 B
Plaintext

# app
PORT=3023
# database
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE=mydb
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=mydb
DB_SSL=false
DB_SYNC=true
REDIS_HOST=redis
REDIS_PORT=6379