diff --git a/.env.example b/.env.example index 3492fc7..5dfbaa7 100644 --- a/.env.example +++ b/.env.example @@ -1,23 +1,3 @@ -APP_NAME=Laravel -APP_ENV=local -APP_KEY= -APP_DEBUG=true -APP_TIMEZONE=UTC -APP_URL=http://localhost - -APP_LOCALE=en -APP_FALLBACK_LOCALE=en -APP_FAKER_LOCALE=en_US - -APP_MAINTENANCE_DRIVER=file -# APP_MAINTENANCE_STORE=database - -BCRYPT_ROUNDS=12 - -LOG_CHANNEL=stack -LOG_STACK=single -LOG_DEPRECATIONS_CHANNEL=null -LOG_LEVEL=debug DB_CONNECTION=pgsql DB_HOST=postgres diff --git a/config/database.php b/config/database.php index 125949e..b462bb8 100644 --- a/config/database.php +++ b/config/database.php @@ -1,14 +1,6 @@