| | |
| | | # 主库数据源 |
| | | master: |
| | | # 省立同德 |
| | | url: jdbc:mysql://192.88.117.238:3306/smartor_sltd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.88.117.237:3306/smartor_sltd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: 123456 |
| | | password: Smartor.2023 |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | |
| | | # # 高斯数据库配置 |
| | |
| | | allow: |
| | | url-pattern: /druid/* |
| | | # 控制台管理用户名和密码 |
| | | #login-username: lihu |
| | | #login-password: Lihu@1363419#$ |
| | | login-username: lihu |
| | | login-password: Lihu@1363419#$ |
| | | filter: |
| | | stat: |
| | | enabled: true |
| | |
| | | page: page |
| | | default-page: 1 |
| | | default-size: 10 |
| | | |
| | | # 河南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" |
| | | |
| | | #钉钉的密钥 |
| | | dingAppid: dingn8iip5ubj7clrrsv |