12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
|
PORT=8080
|
||
|
|
|
||
|
|
DATABASE_DSN=postgres://user:pass@localhost:5432/gadai_mulia
|
||
|
|
DB_MAX_CONNS=25
|
||
|
|
DB_MIN_CONNS=5
|
||
|
|
|
||
|
|
BATCH_SIZE=5000
|
||
|
|
BATCH_TIMEOUT_SEC=30
|
||
|
|
BATCH_MAX_RETRIES=3
|
||
|
|
|
||
|
|
LOG_LEVEL=info
|