From da90024a6368cebd1996ca4f97d0f621c34f909d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 23 Mar 2022 13:55:18 -0400 Subject: [PATCH] Don't require BS_HOST to be configured --- .env.example | 2 -- resources/views/templates/base.blade.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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