Files
conference-room-booking-system/backend/.env.example

6 lines
106 B
Plaintext
Raw Normal View History

POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_DB=mydb
POSTGRES_HOST=localhost
POSTGRES_PORT=5432