11 lines
177 B
Text
11 lines
177 B
Text
APP_ENV=testing
|
|
APP_KEY=
|
|
APP_URL=http://localhost:8000
|
|
APP_LONGURL=localhost
|
|
APP_SHORTURL=local
|
|
|
|
DB_CONNECTION=travis
|
|
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_DRIVER=sync
|