forked from Alex/Pterodactyl-Panel
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
APP_ENV=testing
|
|
APP_DEBUG=true
|
|
APP_KEY=SomeRandomString32SomeRandomString32
|
|
|
|
DB_CONNECTION=tests
|
|
DB_TEST_USERNAME=root
|
|
DB_TEST_PASSWORD=
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_DRIVER=sync
|
|
MAIL_DRIVER=array
|