Browse Source

添加烟台政务网

dev
jianjun 3 years ago
parent
commit
9d293a2eac
  1. 25
      tduck-api/src/main/resources/application-yantai-zhengwu.yml

25
tduck-api/src/main/resources/application-yantai-zhengwu.yml

@ -1,7 +1,7 @@
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver 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 url: jdbc:mysql://10.2.2.44:3306/epmet_tduck?useSSL=false&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&tinyInt1isBit=false
username: epmet_tduck username: epmet_tduck
password: EpmEt-db-UsEr password: EpmEt-db-UsEr
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
@ -15,10 +15,11 @@ spring:
connection-test-query: SELECT 1 FROM DUAL connection-test-query: SELECT 1 FROM DUAL
redis: redis:
database: 0 database: 0
host: r-m5ez3n1j0qc3ykq2ut.redis.rds.aliyuncs.com password: rEdIs@yAntAI_666
port: 6379 timeout: 30s
password: EpmEtclOUdrEdIs!Q2w # 密码(默认为空) cluster:
timeout: 6000ms # 连接超时时长(毫秒) nodes: 10.2.2.47:6379,10.2.2.48:6379,10.2.2.49:6379,10.2.2.47:6389,10.2.2.48:6389,10.2.2.49:6389
max-redirects: 3
jedis: jedis:
pool: pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
@ -28,7 +29,7 @@ spring:
cloud: cloud:
nacos: nacos:
discovery: discovery:
server-addr: 192.168.11.180:8848 server-addr: 10.2.2.51:8848
namespace: bd205d23-e696-47be-b995-916313f86e99 namespace: bd205d23-e696-47be-b995-916313f86e99
register-enabled: true register-enabled: true
mail: mail:
@ -50,12 +51,12 @@ logging:
platform: platform:
oss: oss:
ossType: 0 ossType: 4
endpoint: oss-cn-qingdao.aliyuncs.com endpoint: 10.2.2.50
accessKeyId: LTAIAlG9EsIjP3KY accessKeyId: ytszsq
accessKeySecret: CwP2YTz7iOBZtAdRQVoptVO7su5MOt accessKeySecret: elink@833066
bucketName: elink-esua-epdc bucketName: epmet-oss-01
domain: https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com domain: http://10.2.2.50:9000
sms: sms:
type: 0 # 短信平台类型 type: 0 # 短信平台类型
secretId: mpw:EvC1LR0eGdzeQzkuO7fhEazxGtmdue8FJDzSA1l+gICuOUEDXI8zcjK+VXB2aWKS secretId: mpw:EvC1LR0eGdzeQzkuO7fhEazxGtmdue8FJDzSA1l+gICuOUEDXI8zcjK+VXB2aWKS

Loading…
Cancel
Save