liusheng
昨天 0a2ddd971bacb8192ee580c97d8d1812450c8efb
ruoyi-admin/src/main/resources/application.yml
@@ -128,15 +128,15 @@
    authorize_url: "http://10.10.13.112:37727/connect/authorize"
    token_url: "http://10.10.13.112:37727/connect/token"
    userinfo_url: "http://10.10.13.112:37727/connect/userinfo"
    redirect_uri: "http://10.10.13.142:8096/sso/callback"
    redirect_uri: "http://172.20.111.142:8096/login"
  # 外网配置
  external:
    authorize_url: "http://172.20.111.142:37727/connect/authorize"
    token_url: "http://172.20.111.142:37727/connect/token"
    userinfo_url: "http://172.20.111.142:37727/connect/userinfo"
    redirect_uri: "http://172.20.111.142:8096/sso/callback"
    redirect_uri: "http://172.20.111.142:8096/login"
  state: "smartor"  # 你们系统标识
  scope: "openid roles profile"
  scope: "openid%20roles%20profile"
# 防止XSS攻击
xss:
@@ -152,3 +152,6 @@
#省立同德取数据公共接口
sltd_pub_path: "http://open-tdyy.cfuture.shop/kapi/gw-api/"
#用户默认密码
userPwd: 123456