mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-25 00:02:39 +00:00
8 lines
159 B
Bash
8 lines
159 B
Bash
# Test environment overrides
|
|
# This file is loaded after .env when APP_PROFILE=test
|
|
|
|
APP_ENV=test
|
|
DB_POOL_SIZE=1
|
|
RATE_LIMIT_ENABLED=false
|
|
WORKER_ENABLED=false
|