mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
2bcd0ff8c3
* feat: add bump limit check on thread update * feat: add captcha is active env var
8 lines
186 B
Plaintext
8 lines
186 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
|
|
IS_CAPTCHA_ACTIVE=true |