application-prod.yml
435 Bytes
rabbitmq:
server: yohoops-rabbit-common-service
port: 5672
username: "yhb_mq"
password: "yhb_mq"
exchange: "yoho_datasync"
virtualHost: "/datasync"
spring:
datasource:
url: jdbc:mysql://read.cms.yohoops.org:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
logging:
config: classpath:logback-boot.xml