| 12345678910111213141516171819202122 |
- spring.datasource.url=jdbc:mysql://192.168.56.105:3306/auction-order?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- spring.datasource.username=auction
- spring.datasource.password=Pass2022
- spring.redis.database=2
- spring.redis.password=Pass2010
- spring.redis.sentinel.master=poyee-master
- spring.redis.sentinel.nodes=192.168.56.105:26379
- order.payNotifyUrl=http://auction-order/internal/notify
- order.payUrl=http://auction-pay/internal/makeOrder
- order.chkPayUrl=http://auction-pay/internal/chkPay
- order.aucPaidUrl=http://auction-auc/internal/lot/paid
- order.getLotDepositUrl=http://auction-auc/internal/lot/getDepositForOrder
- order.deductDepositAmountUrl=http://auction-deposit/internal/lot/deduct
- order.getDepositAmountUrl=http://auction-deposit/internal/lot/getAmount
- order.getUserUrl=https://sso.txmall.zcunsoft.com/api/backend/getInfo
- logging.fluentd.enabled=true
- logging.fluentd.host=192.168.56.105
- logging.fluentd.port=24224
- logging.console.enabled=true
|