mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
17 lines
303 B
Bash
17 lines
303 B
Bash
APP_ENV=phpunit
|
|
APP_DEBUG=true
|
|
APP_KEY=w7VQXeA7U31DCdh1U39lpRz0iD7i0oCI
|
|
APP_URL=http://localhost
|
|
|
|
DB_HOST=mysql
|
|
DB_PORT=3306
|
|
DB_DATABASE=phpunit
|
|
DB_USERNAME=default
|
|
DB_PASSWORD=secret
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_DRIVER=sync
|
|
MAIL_DRIVER=log
|
|
|
|
JWT_SECRET=FwYx3SPFxjpEDxAwcaSIV6eExQiMtGWx |