| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: ls |
| | | active: druid |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
| | | |
| | | |
| | | |
| | | # 河南SSO配置(丽水用不到) |
| | | sso: |
| | | enabled: true |
| | | client_id: "mbglxt" # 信通院提供 |
| | | client_secret: "mbglxt" # 信通院提供 |
| | | # 内网配置 |
| | | internal: |
| | | 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" |
| | | # 外网配置 |
| | | 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" |
| | | state: "smartor" # 你们系统标识 |
| | | scope: "openid roles profile" |
| | | |
| | | # 防止XSS攻击 |
| | | xss: |