10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
APP_ENV=testing
|
|
APP_KEY=SomeRandomString7
|
|
|
|
DB_CONNECTION=testing
|
|
DB_TEST_USERNAME=root
|
|
DB_TEST_PASSWORD=
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_DRIVER=sync |