configmap-env.ini 1017 B

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