micrach/.env.example

6 lines
141 B
Plaintext
Raw Normal View History

2021-08-26 16:16:50 +03:00
ENV=debug
PORT=3000
2021-09-08 15:36:13 +03:00
SEED_DB=true
2021-09-08 18:54:46 +03:00
IS_RATE_LIMITER_ENABLED=true
2021-11-18 11:33:35 +03:00
THREADS_MAX_COUNT=50
POSTGRES_URL=postgres://localhost/micrach?pool_max_conns=5