ソースを参照

增加alpha版本配置

Sand Wen 8 年 前
コミット
536201c9a3

+ 4 - 0
ag-admin.yml

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

+ 19 - 0
ag-ehr-platform.yml

@ -52,6 +52,25 @@ server:
    key-store-password: 123456
    key-store-password: 123456
    key-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:
spring:
  profiles: test
  profiles: test

+ 12 - 0
application.yml

@ -110,6 +110,18 @@ eureka:
eureka-server-ip: 192.168.1.221:8761
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:
spring:
  profiles: test
  profiles: test

+ 13 - 0
svr-adaption.yml

@ -40,6 +40,19 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 9 - 0
svr-app.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 9 - 0
svr-cipher.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 12 - 0
svr-dict.yml

@ -42,6 +42,18 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 13 - 0
svr-esb.yml

@ -51,6 +51,19 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  tracker-server: 172.19.103.54:22122
  public-server: http://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:
spring:
  profiles: test
  profiles: test

+ 9 - 0
svr-family.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 13 - 0
svr-file-resource.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 9 - 0
svr-geography.yml

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

+ 24 - 0
svr-health-profile.yml

@ -85,6 +85,30 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  tracker-server: 172.19.103.54:22122
  public-server: http://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:
spring:
  profiles: test
  profiles: test

+ 16 - 0
svr-org.yml

@ -60,6 +60,22 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 22 - 0
svr-pack-mgr.yml

@ -66,6 +66,28 @@ fast-dfs:
  tracker-server: 172.19.103.54:22122
  tracker-server: 172.19.103.54:22122
  public-server: http://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:
spring:
  profiles: test
  profiles: test

+ 26 - 0
svr-pack-resolve.yml

@ -107,6 +107,32 @@ hadoop:
  hbase-properties:
  hbase-properties:
    - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
    - 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:
spring:
  profiles: test
  profiles: test

+ 13 - 0
svr-patient.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 19 - 0
svr-resource.yml

@ -37,6 +37,25 @@ hadoop:
  hbase-properties:
  hbase-properties:
    - hbase.zookeeper.quorum: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com
    - 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:
spring:
  profiles: test
  profiles: test

+ 9 - 0
svr-security.yml

@ -22,6 +22,15 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 12 - 0
svr-special-dict.yml

@ -43,6 +43,18 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 20 - 0
svr-standard.yml

@ -77,6 +77,26 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  profiles: test

+ 13 - 0
svr-user.yml

@ -39,6 +39,19 @@ data-source:
  user-name: ha
  user-name: ha
  password: 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:
spring:
  profiles: test
  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