Files
go-watermill-template/.env.example
2025-10-06 15:29:51 +07:00

14 lines
270 B
Plaintext

# PostgreSQL Connection
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=middleware
DB_SSLMODE=disable
# Watermill Topics (comma separated)
WATERMILL_TOPICS=mdw_close_bill,mdw_claim_request,mdw_kd_inacbg,mdw_berkas
# Logger
LOG_DEBUG=false