浏览代码

测试环境数据库名修改

hill9868 7 年之前
父节点
当前提交
a523c0431b
共有 1 个文件被更改,包括 17 次插入2 次删除
  1. 17 2
      ag-ehr-cloud.yml

+ 17 - 2
ag-ehr-cloud.yml

@ -44,7 +44,10 @@ zuul:
---
---
spring:
spring:
  profiles: dev
  profiles: dev
  datasource:
    url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: ha
  thymeleaf:
  thymeleaf:
    cache: false
    cache: false
@ -62,6 +65,10 @@ spring:
---
---
spring:
spring:
  profiles: alpha
  profiles: alpha
  datasource:
    url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: ha
  thymeleaf:
  thymeleaf:
    cache: false
    cache: false
@ -81,13 +88,17 @@ server:
---
---
spring:
spring:
  profiles: test
  profiles: test
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: weifuwu
    password: weifuwu
  thymeleaf:
  thymeleaf:
    cache: false
    cache: false
  metrics:
  metrics:
    export:
    export:
      statsd:
      statsd:
        host: 192.168.1.221
        host: 172.19.103.73
        port: 8125
        port: 8125
server:
server:
@ -99,6 +110,10 @@ server:
---
---
spring:
spring:
  profiles: prod
  profiles: prod
  datasource:
    url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: ha
    password: jkzlxm
server:
server:
  ssl:
  ssl: