54ed8867fa
Move scripts in a subdirectory
16 lines
302 B
Bash
16 lines
302 B
Bash
APP_ENV=testing
|
|
APP_KEY=base64:NTrXToqFZJlv48dgPc+kNpc3SBt333TfDnF1mDShsBg=
|
|
APP_URL=http://localhost:8000
|
|
|
|
DB_CONNECTION=pgsqltesting
|
|
DB_TEST_HOST=127.0.0.1
|
|
DB_TEST_DATABASE=monica
|
|
DB_TEST_USERNAME=postgres
|
|
DB_TEST_PASSWORD=
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_DRIVER=sync
|
|
|
|
2FA_ENABLED=true
|