mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-12-01 04:57:03 +03:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
ENV=debug
|
|
PORT=3000
|
|
SEED_DB=true
|
|
IS_RATE_LIMITER_ENABLED=true
|
|
THREADS_MAX_COUNT=50
|
|
POSTGRES_URL=postgres://localhost/micrach?pool_max_conns=5
|
|
THREAD_BUMP_LIMIT=500 |