From d8ef90889ce455c3ca3c22fc60559613f37c7873 Mon Sep 17 00:00:00 2001 From: Penryn <15158052130@163.com> Date: Thu, 17 Oct 2024 23:44:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(admin):=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=A1=A5=E5=85=85=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=B5=8B=E8=AF=95url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Penryn <15158052130@163.com> --- config/config.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.example.yaml b/config/config.example.yaml index d09f8a6..d0d8a72 100644 --- a/config/config.example.yaml +++ b/config/config.example.yaml @@ -9,7 +9,8 @@ server: secret: # 管理端高级功能的密码 frontend: - url: "" # 前端域名 注:需要加 http/https + url: "" # 正式环境前端域名 注:需要加 http/https + #url: "http://localhost:3000" # 前端测试域名 注:需要加 http/https database: host: "127.0.0.1"