diff --git a/.env.example b/.env.example index c6c2182..bb9a0c7 100644 --- a/.env.example +++ b/.env.example @@ -8,12 +8,12 @@ LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug -DB_CONNECTION=mysql -DB_HOST=127.0.0.1 -DB_PORT=3306 +DB_CONNECTION=pgsql +DB_HOST=postgres +DB_PORT=5432 DB_DATABASE=laravel -DB_USERNAME=root -DB_PASSWORD= +DB_USERNAME=laravel +DB_PASSWORD=testpassword BROADCAST_DRIVER=log CACHE_DRIVER=file