Przeglądaj źródła

测试环境数据库名修改

hill9868 7 lat temu
rodzic
commit
a523c0431b
1 zmienionych plików z 17 dodań i 2 usunięć
  1. 17 2
      ag-ehr-cloud.yml

+ 17 - 2
ag-ehr-cloud.yml

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