diff --git a/lumen-test/.env.example b/lumen-test/.env similarity index 63% rename from lumen-test/.env.example rename to lumen-test/.env index 9724626..9e50af8 100644 --- a/lumen-test/.env.example +++ b/lumen-test/.env @@ -2,19 +2,19 @@ APP_ENV=local APP_DEBUG=true APP_KEY=SomeRandomKey!!! -APP_LOCALE=en -APP_FALLBACK_LOCALE=en +# APP_LOCALE=en +# APP_FALLBACK_LOCALE=en -DB_CONNECTION=mysql -DB_HOST=localhost -DB_PORT=3306 -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret +# DB_CONNECTION=mysql +# DB_HOST=localhost +# DB_PORT=3306 +# DB_DATABASE=homestead +# DB_USERNAME=homestead +# DB_PASSWORD=secret -CACHE_DRIVER=memcached -SESSION_DRIVER=memcached -QUEUE_DRIVER=database +# CACHE_DRIVER=memcached +# SESSION_DRIVER=memcached +# QUEUE_DRIVER=database # MAIL_DRIVER=smtp # MAIL_HOST=mailtrap.io