diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 01ec4bc..4690b0e 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -45,7 +45,7 @@ spring: master: type: ${spring.datasource.type} driverClassName: org.postgresql.Driver - url: jdbc:postgresql://154.8.147.51:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://81.70.89.108:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres password: intc@123987 # # 从库数据源 @@ -94,13 +94,13 @@ spring: spring.data: redis: # 地址 - host: 154.8.147.51 + host: 81.70.89.108 # 端口,默认为6379 - port: 6379 + port: 26379 # 数据库索引 database: 3 # redis 密码必须配置 - password: intc@123987 + password: bbd4b56e5d3f timeout: 10s ssl.enabled: false diff --git a/intc-extend/intc-snailjob-server/src/main/resources/application-dev.yml b/intc-extend/intc-snailjob-server/src/main/resources/application-dev.yml index c916202..3f79d68 100644 --- a/intc-extend/intc-snailjob-server/src/main/resources/application-dev.yml +++ b/intc-extend/intc-snailjob-server/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driverClassName: org.postgresql.Driver - url: jdbc:postgresql://154.8.147.51:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://81.70.89.108:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres password: intc@123987 hikari: diff --git a/intc-extend/intc-snailjob-server/src/main/resources/application-prod.yml b/intc-extend/intc-snailjob-server/src/main/resources/application-prod.yml index c916202..3f79d68 100644 --- a/intc-extend/intc-snailjob-server/src/main/resources/application-prod.yml +++ b/intc-extend/intc-snailjob-server/src/main/resources/application-prod.yml @@ -2,7 +2,7 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driverClassName: org.postgresql.Driver - url: jdbc:postgresql://154.8.147.51:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://81.70.89.108:15432/intc_single_plus?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres password: intc@123987 hikari: