wenhongquan 2 年之前
父節點
當前提交
3bd0428b64
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      ruoyi-admin/src/main/resources/application-dev.yml
  2. 2 2
      ruoyi-admin/src/main/resources/application.yml

+ 1 - 1
ruoyi-admin/src/main/resources/application-dev.yml

@@ -178,7 +178,7 @@ sms:
 
 --- # 三方授权
 justauth:
-  enabled: true
+  enabled: false
   # 前端外网访问地址
   address: http://localhost:80
   type:

+ 2 - 2
ruoyi-admin/src/main/resources/application.yml

@@ -8,7 +8,7 @@ ruoyi:
   copyrightYear: 2023
 
 captcha:
-  enable: true
+  enable: false
   # 页面 <参数设置> 可开启关闭 验证码校验
   # 验证码类型 math 数组计算 char 字符验证
   type: MATH
@@ -122,7 +122,7 @@ security:
 # 多租户配置
 tenant:
   # 是否开启
-  enable: true
+  enable: false
   # 排除表
   excludes:
     - sys_menu