application-prod.yml
1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
spring:
datasource:
primary:
url: jdbc:mysql://write.cms.yohoops.org:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
secondary:
url: jdbc:mysql://write.pcms.yohoops.org:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
yhSocial:
url: jdbc:mysql://read.social.yohoops.org:3306/yh_social?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
yhCms:
url: jdbc:mysql://read.yhcms.yohoops.org:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
yhCommunity:
url: jdbc:mysql://read.uic.yohoops.org:3306/yh_community?useUnicode=true&characterEncoding=UTF-8
username: yh_vpc_bak
password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
driver-class-name: com.mysql.jdbc.Driver
elasticSearch:
host: 10.66.107.6
port: 9200
client:
connectNum: 10
connectPerRoute: 50
logging:
config: classpath:logback-boot.xml