diff --git a/.env.example b/.env.example index ca6e095..93aec02 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql -DB_HOST=mysql +DB_HOST=localhost DB_PORT=3306 DB_DATABASE=pandora DB_USERNAME=root @@ -44,4 +44,4 @@ AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false DISPLAY_SWAGGER_UI=true -DISPLAY_REDOC=true \ No newline at end of file +DISPLAY_REDOC=true