mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-19 00:23:30 +00:00
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
15 lines
235 B
Bash
15 lines
235 B
Bash
APP_ENV=testing
|
|
APP_KEY=base64:8VEfVNVkXQ9mH2L33WBWNMF4eQ0BWD5CTzB8mIxcl+k=
|
|
APP_DEBUG=true
|
|
|
|
DB_CONNECTION=testing
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_CONNECTION=sync
|
|
MAIL_MAILER=array
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
|
|
SELF_HOSTED=true
|