From f8bbd05156d2f1c79cdd9f95017ddf4ce7cd8ec3 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Wed, 7 Sep 2022 15:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 717714ac..ee7039ed 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,11 @@ -APP_NAME=Laravel +APP_NAME=BeikeShop APP_ENV=local -APP_KEY= +APP_KEY=base64:3RBtk9D81bfkLAjZ8UK7TSsIsHU+UBukSXx754Rkw1I= APP_DEBUG=true -APP_URL=http://localhost +APP_URL= APP_TIMEZONE=PRC APP_FORCE_HTTPS=false -ASSET_URL=http://localhost +ASSET_URL= LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null