diff --git a/.env.example b/.env.example index 2bae355..a792a6a 100644 --- a/.env.example +++ b/.env.example @@ -10,8 +10,6 @@ APP_URL=http://localhost LOG_CHANNEL=stack LOG_LEVEL=debug -BS_HOST=localhost - DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 diff --git a/resources/views/templates/base.blade.php b/resources/views/templates/base.blade.php index 28f2b08..f7deb98 100644 --- a/resources/views/templates/base.blade.php +++ b/resources/views/templates/base.blade.php @@ -50,7 +50,7 @@ @if(Config::get('app.debug') && Config::get('app.env') === 'local') @endif