configmap-env.ini 847 B

1234567891011121314151617181920
  1. spring.datasource.url=jdbc:mysql://192.168.56.105/auction-dpst?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&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. dpst.getlotUrl=http://auction-auc/internal/lot/getDeposit
  9. dpst.notifyUrl=http://auction-deposit/internal/notify
  10. dpst.payUrl=http://auction-pay/internal/makeOrder
  11. dpst.chkPayUrl=http://auction-pay/internal/chkPay
  12. dpst.refundUrl=http://auction-pay/internal/makeRefund
  13. dpst.getUserUrl=https://sso.txmall.zcunsoft.com/api/backend/getInfo
  14. logging.fluentd.enabled=true
  15. logging.fluentd.host=192.168.56.105
  16. logging.fluentd.port=24224
  17. logging.console.enabled=true