diff --git a/.env.example b/.env.example index 4794f6e4..a6a8370c 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,15 @@ APP_KEY= APP_DEBUG=false APP_URL=http://localhost +APP_LOCALE=en +APP_FALLBACK_LOCALE=en +APP_FAKER_LOCALE=en_US +APP_MAINTENANCE_DRIVER=file +APP_MAINTENANCE_STORE=database +BCRYPT_ROUNDS=12 + LOG_CHANNEL=daily +LOG_STACK=single DB_CONNECTION=sqlite DB_DATABASE=app.sqlite @@ -16,11 +24,14 @@ DB_DATABASE=app.sqlite #DB_USERNAME= #DB_PASSWORD= -BROADCAST_DRIVER=log -CACHE_DRIVER=file +BROADCAST_CONNECTION=log +CACHE_STORE=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 +SESSION_ENCRYPT=false +SESSION_PATH=/ +SESSION_DOMAIN=null QUEUE_DRIVER=sync REDIS_HOST=127.0.0.1 diff --git a/phpunit.xml b/phpunit.xml index 95720b20..0efea8fe 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,7 +16,7 @@ - + diff --git a/tests/.env.testing b/tests/.env.testing index 50c4e8e2..821c2205 100644 --- a/tests/.env.testing +++ b/tests/.env.testing @@ -16,8 +16,8 @@ DB_DATABASE=test.sqlite #DB_USERNAME= #DB_PASSWORD= -BROADCAST_DRIVER=log -CACHE_DRIVER=file +BROADCAST_CONNECTION=log +CACHE_STORE=file QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120