first commit
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user