瀏覽代碼

增加alpha版本配置

Sand Wen 8 年之前
父節點
當前提交
536201c9a3
共有 23 個文件被更改,包括 310 次插入18 次删除
  1. 4 0
      ag-admin.yml
  2. 19 0
      ag-ehr-platform.yml
  3. 12 0
      application.yml
  4. 13 0
      svr-adaption.yml
  5. 9 0
      svr-app.yml
  6. 9 0
      svr-cipher.yml
  7. 12 0
      svr-dict.yml
  8. 13 0
      svr-esb.yml
  9. 9 0
      svr-family.yml
  10. 13 0
      svr-file-resource.yml
  11. 9 0
      svr-geography.yml
  12. 14 1
      svr-health-profile-search.yml
  13. 24 0
      svr-health-profile.yml
  14. 16 0
      svr-org.yml
  15. 22 0
      svr-pack-mgr.yml
  16. 26 0
      svr-pack-resolve.yml
  17. 13 0
      svr-patient.yml
  18. 19 0
      svr-resource.yml
  19. 9 0
      svr-security.yml
  20. 12 0
      svr-special-dict.yml
  21. 20 0
      svr-standard.yml
  22. 13 0
      svr-user.yml
  23. 0 17
      svr-workflow.yml

+ 4 - 0
ag-admin.yml

@ -37,6 +37,10 @@ hystrix:
spring:
  profiles: dev
---
spring:
  profiles: alpha
---
spring:
  profiles: test

+ 19 - 0
ag-ehr-platform.yml

@ -52,6 +52,25 @@ server:
    key-store-password: 123456
    key-password: 123456
---
spring:
  profiles: alpha
  thymeleaf:
    cache: false
  metrics:
    export:
      statsd:
        host: 192.168.1.221
        port: 8125
server:
  ssl:
    key-store: C:/Windows/tomcat.keystore
    key-store-password: 123456
    key-password: 123456
---
spring:
  profiles: test

+ 12 - 0
application.yml

@ -110,6 +110,18 @@ eureka:
eureka-server-ip: 192.168.1.221:8761
---
spring:
  profiles: alpha
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 172.19.103.11:8761
---
spring:
  profiles: test

+ 13 - 0
svr-adaption.yml

@ -40,6 +40,19 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 9 - 0
svr-app.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 9 - 0
svr-cipher.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 12 - 0
svr-dict.yml

@ -42,6 +42,18 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 13 - 0
svr-esb.yml

@ -51,6 +51,19 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
  
---
spring:
  profiles: test

+ 9 - 0
svr-family.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 13 - 0
svr-file-resource.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 9 - 0
svr-geography.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 14 - 1
svr-health-profile-search.yml

@ -31,7 +31,20 @@ data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: alpha
  data:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 24 - 0
svr-health-profile.yml

@ -85,6 +85,30 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
  data:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
  
---
spring:
  profiles: test

+ 16 - 0
svr-org.yml

@ -60,6 +60,22 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 22 - 0
svr-pack-mgr.yml

@ -66,6 +66,28 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
  metrics:
    export:
      statsd:
        host: 192.168.1.221
        port: 8125
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
---
spring:
  profiles: test

+ 26 - 0
svr-pack-resolve.yml

@ -107,6 +107,32 @@ hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
  data:
    solr:
      host: http://172.19.103.10:8983/solr # Solr host. Ignored if "zk-host" is set.
      zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
  metrics:
    export:
      statsd:
        host: 192.168.1.221
        port: 8125
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
---
spring:
  profiles: test

+ 13 - 0
svr-patient.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 19 - 0
svr-resource.yml

@ -37,6 +37,25 @@ hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
  data:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
hadoop:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com
---
spring:
  profiles: test

+ 9 - 0
svr-security.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 12 - 0
svr-special-dict.yml

@ -43,6 +43,18 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 20 - 0
svr-standard.yml

@ -77,6 +77,26 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
  redis:
    host: 192.168.1.220 # Redis server host.
hibernate:
  show-sql: true
  format-sql: true
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
  
---
spring:
  profiles: test

+ 13 - 0
svr-user.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  password: ha
---
spring:
  profiles: alpha
fast-dfs:
  tracker-server: 172.19.103.54:22122
  public-server: http://172.19.103.54:22122
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  user-name: ha
  password: ha
---
spring:
  profiles: test

+ 0 - 17
svr-workflow.yml

@ -1,17 +0,0 @@
logging:
  level:
    com:
      netflix: DEBUG
---
spring:
  profiles: dev
---
spring:
  profiles: test
---
spring:
  profiles: prod