mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 19:33:07 +01:00
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 |