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"