omnichannel-backend/.env.example

12 lines
168 B
Plaintext
Raw Normal View History

2026-03-31 18:05:19 -03:00
# Backend environment variables
NODE_ENV=development
PORT=3001
# Database
DB_HOST=postgres
DB_PORT=5432
DB_USER=omnichannel
DB_PASSWORD=change-me
DB_NAME=omnichannel