From ea402746d9aaab803f9e69b9e24ccf10022568af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8F=9C=E9=80=BC?= Date: Sun, 24 Sep 2023 06:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=B7=A5=E5=95=86=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E9=A6=96=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/admin.php | 2 +- config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/admin.php b/config/admin.php index 0f39262..3c5d497 100644 --- a/config/admin.php +++ b/config/admin.php @@ -115,7 +115,7 @@ return [ | If your page is going to be accessed via https, set it to `true`. | */ - 'https' => env('ADMIN_HTTPS', false), + 'https' => env('ADMIN_HTTPS', true), /* |-------------------------------------------------------------------------- diff --git a/config/app.php b/config/app.php index 12b3d58..cf75112 100644 --- a/config/app.php +++ b/config/app.php @@ -52,7 +52,7 @@ return [ | */ - 'url' => env('APP_URL', 'https://swyx.admin.yungao-tech.com'), + 'url' => env('APP_URL', 'https://hgsyxht.hntbc.edu.cn'), 'asset_url' => env('ASSET_URL', null),