Browse Source

redis测试环境变更 172.26.0.108 6390 空密码

hill9868 6 years ago
parent
commit
a061b5005b
2 changed files with 6 additions and 6 deletions
  1. 3 3
      app-ehr-admin.yml
  2. 3 3
      svr-redis.yml

+ 3 - 3
app-ehr-admin.yml

@ -36,9 +36,9 @@ permissions:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
    password: chenweishan
    url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  redis:
    host: 172.26.0.108
    port: 6390

+ 3 - 3
svr-redis.yml

@ -37,9 +37,9 @@ hystrix:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  redis:
    host: 172.26.0.108
    port: 6390