1 changed files with 78 additions and 0 deletions
@ -0,0 +1,78 @@ |
|||
spring: |
|||
datasource: |
|||
driver-class-name: com.mysql.cj.jdbc.Driver |
|||
url: jdbc:mysql://rm-m5e3vzs2637224wj9.mysql.rds.aliyuncs.com:3306/epmet_tduck?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&tinyInt1isBit=false |
|||
username: epmet_tduck |
|||
password: EpmEt-db-UsEr |
|||
type: com.zaxxer.hikari.HikariDataSource |
|||
hikari: |
|||
minimum-idle: 5 |
|||
maximum-pool-size: 15 |
|||
auto-commit: true |
|||
idle-timeout: 30000 |
|||
pool-name: DatebookHikariCP |
|||
max-lifetime: 1800000 |
|||
connection-test-query: SELECT 1 FROM DUAL |
|||
redis: |
|||
database: 0 |
|||
host: r-m5ez3n1j0qc3ykq2ut.redis.rds.aliyuncs.com |
|||
port: 6379 |
|||
password: EpmEtclOUdrEdIs!Q2w # 密码(默认为空) |
|||
timeout: 6000ms # 连接超时时长(毫秒) |
|||
jedis: |
|||
pool: |
|||
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) |
|||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|||
max-idle: 10 # 连接池中的最大空闲连接 |
|||
min-idle: 5 # 连接池中的最小空闲连接 |
|||
cloud: |
|||
nacos: |
|||
discovery: |
|||
server-addr: 192.168.11.180:8848 |
|||
namespace: bd205d23-e696-47be-b995-916313f86e99 |
|||
register-enabled: true |
|||
mail: |
|||
host: smtp.exmail.qq.com |
|||
username: mpw:9jwi2HILb4x+eVy2fA0SYeits0G3qlm/YajJdX0OKQU= |
|||
password: mpw:kLAEhMW75jvbXovAGdf4gEoe2/j6OJMaK2GYhTD8b8A= |
|||
dinger: |
|||
project-id: ${spring.application.name} |
|||
dingers: |
|||
# 使用钉钉机器人, 请根据自己机器人配置信息进行修改 |
|||
dingtalk: |
|||
tokenId: 09841218241814985bb3b63bc2a55f6116595f07b2d79ad7fd044f185254d596 |
|||
secret: SEC1dce5c64c5aaf086776052d0c4f6e785ae07b5e1fbfa4f4c261a57260cafcc68 |
|||
|
|||
logging: |
|||
level: |
|||
com.tduck.cloud: debug |
|||
config: classpath:logback-spring.xml |
|||
|
|||
platform: |
|||
oss: |
|||
ossType: 0 |
|||
endpoint: oss-cn-qingdao.aliyuncs.com |
|||
accessKeyId: LTAIAlG9EsIjP3KY |
|||
accessKeySecret: CwP2YTz7iOBZtAdRQVoptVO7su5MOt |
|||
bucketName: elink-esua-epdc |
|||
domain: https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com |
|||
sms: |
|||
type: 0 # 短信平台类型 |
|||
secretId: mpw:EvC1LR0eGdzeQzkuO7fhEazxGtmdue8FJDzSA1l+gICuOUEDXI8zcjK+VXB2aWKS |
|||
secretKey: mpw:W3kvWxvHdgUJPAwqR6mwpfMoQMerAYcxZGHwJc259lK3m+jzceGuu0Tgnx++02Bk |
|||
sign: smileyi知识分享 |
|||
validateCodeTemplateId: 808150 |
|||
retrievePwdValidateCodeTemplateId: #腾讯云使用的 |
|||
appId: #腾讯云使用的 |
|||
front: |
|||
baseUrl: http://localhost:8888/ |
|||
resetPwdUrl: http://localhost:8888/forget/password?code={}&email={} |
|||
updateEmailUrl: http://localhost:8888/account/validate?type=updateEmail&code={}&email={} |
|||
wx: |
|||
mp: |
|||
redis-config-key-prefix: epmet:questionnaire:wx |
|||
configs: |
|||
- appId: wxdcce08b6f0d17f25 |
|||
secret: 52ca70d162e5f931451d55f9a4423d33 |
|||
token: 1jkoyyih83nj8 |
|||
aesKey: |
Loading…
Reference in new issue