application-test.yml
807 Bytes
rabbitmq:
server: rabbit.yohoops.org
port: 5672
username: "yoho"
password: "yoho"
exchange: "yoho_datasync"
virtualHost: "/datasync"
spring:
datasource:
primary:
url: jdbc:mysql://192.168.102.219:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
yhGrass:
url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
logging:
config: classpath:logback-boot.xml
elasticSearch:
host: es.yohoops.org
port: 9200
client:
connectNum: 10
connectPerRoute: 50
zk:
connectString: zk.yohoops.org:2181