spring: profiles: include: aliyunRocketMQ # JDBC datasource: url: jdbc:mysql://rm-2zel9i9t555zy7lft.mysql.rds.aliyuncs.com:3306/mallink?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true username: ENC(nUefcxWYlMS/1cDxikIKwA==) password: ENC(neToS+hzeFjgSFB/7UEl5qYnW2rUjrPq) type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat maxActive: 20 initialSize: 1 maxWait: 60000 minIdle: 1 timeBetweenEvictionRunsMillis: 28000 minEvictableIdleTimeMillis: 28000 validationQuery: select 'x' testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" # REDIS redis: host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com port: 6379 password: mallone:iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 defaultExpiration: 2592000 # 默认生命周期30天 jedis: pool: max-active: 8 max-idle: 8 max-wait: -1 min-idle: 0 # SMS aliyun: sms: accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V accessKeySecret: VfWqGb83qIQrS9us45utskl8itd7ry product: Dysmsapi domain: dysmsapi.aliyuncs.com regionId: cn-hangzhou dateFormat: yyyyMMdd endpointName: cn-hangzhou oss: endpoint: oss-cn-beijing.aliyuncs.com keyid: LTAI4G7ixY4AhvM35F8o3W3V keysecret: VfWqGb83qIQrS9us45utskl8itd7ry bucketname: formall filehost: malinkadmin filedomain: http://formall.oss-accelerate.aliyuncs.com # EMAIL mail: host: smtp.exmail.qq.com username: zhengfangyuan@iformall.com password: 2hSeppFRaw7KZZyf # 授权密码 properties: mail: smtp: auth: true starttls: enable: true socketFactory: port: 465 class: javax.net.ssl.SSLSocketFactory aws: clientRegion: cn-northwest-1 bucketName: iformall-net access: ENC(a6SN1sZ1enNL49ypiOXkg/pPPAnZD8H4buQFTTKN08s=) secret: ENC(5P5ff4bTMJUbXVR4ZsM03UHzOKZ4+Zg5Iutcdkyp/Quny/oXg+A4KpfwEyGarlLu3vQMJahGP5M=) wechat: open: componentAppId: ENC(b3JG0MUZgQfz5Zj+DC2ZM1zDeLOiGTmmeokfe2O8kaM=) componentSecret: ENC(QVyc4BPGdnSjXGs2ivgpDBE1v8wPWHLLRMYI7Vv8uYwC0SiZHQz0QpyyQV/b48Pb) componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com port: 6379 password: mallone:iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2 defaultExpiration: 2592000 # 默认生命周期30天 jedis: pool: max-active: 100 max-idle: 100 max-wait: -1 min-idle: 10 fm: exception: true exception_emails: houtaikaifa@iformall.com audit_emails: zhousiqi@iformall.com,yewenqin@iformall.com,xuxiaohu@iformall.com deploy: 3 upload_dir: /root/uploads/ logging: level: tk.mybatis: debug com.iformall: debug path: ./logs/o