log: level: debug email: smtpHost: ${smtpHost} smtpPort: ${smtpPort} username: ${username} sender: ${sender} password: ${password} to: your-email-list ssl: false webchat: url: ${webchat-url} appid: ${webchat-appid} secret: ${webchat-secret} connectTimeout: 3000 readTimeout: 8000 templateId: ${webchat-templateId} projectName: ${webchat-projectName} detailUrl: ${webchat-detailUrl} openids: ${webchat-openids} # 配置自己的mysql实例地址 端口,账号密码 datasource: enterprise-account: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://${your-mysql-ip}:${your-mysql-port}/enterprise_account?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true username: ${your-mysql-username} password: ${your-mysql-password} initialSize: 3 minIdle: 3 maxActive: 30 maxWaitMillis: 60000 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: SELECT 1 testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxPoolPreparedStatementPerConnectionSize: 20 filters: stat,wall,slf4j useGlobalDataSourceStat: true jedis: host: ${your-redis-host} port: ${your-redis-port} timeout: 3000 password: ${your-redis-password} pool: maxActive: 64 maxIdle: 32 minIdle: 16 maxWaitMillis: 3000 testOnBorrow: true account: host: http://account-dev.hsifue.cn # 改为自己私有化部署的用户中心域名,此处以account-dev.hsifue.cn为例 app: id: paas-enterprise-account key: ${your-key} # 设置自己的key secret: ${your-secret} # 设置自己的secret authorization: Basic XXXXXX # base64(key:secret) colibir: host: http://colibri-test.hsifue.cn/colibri/api/email sendTo: ${email-list} aliyun: dataUpload: maxTimes: 5 rocketmq: accessKey: ${your-aliyun-accessKey} secretKey: ${your-aliyun-secretKey} nameServerAddress: ${your-rocketmq-nameServerAddress} groupId: ${your-groupId} entInfoChangeTopic: ${entInfoChange} memberInfoChangeTopic: ${memberInfoChangeTopic} notify: 1 # 私有化部署对象存储minio配置 minio: ent-bucketName: ${your-minio-ent-bucketName} account-bucketName: ${your-minio-account-bucketName} endpoint: ${your-minio-endpoint} accessKeyId: ${your-minio-accessKey} secretAccessKey: ${your-minio-secretKey}