configmap-env.ini 993 B

12345678910111213141516171819202122
  1. spring.datasource.url=jdbc:mysql://192.168.56.105:3306/auction-dpst?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
  2. spring.datasource.username=auction
  3. spring.datasource.password=Pass2022
  4. spring.security.oauth2.resourceserver.jwt.issuer-uri=https://auth.txmall.zcunsoft.com/realms/demo
  5. spring.redis.database=2
  6. spring.redis.password=Pass2010
  7. spring.redis.sentinel.master=poyee-master
  8. spring.redis.sentinel.nodes=192.168.56.105:26379
  9. pay.appId=4001
  10. pay.secretKey=ea0df9399c2168f9fe1b02afdc7ea51b
  11. pay.makeOrderUrl=https://pay.test.zcunsoft.com/checkout.counter.api/order/makeOrder
  12. pay.makeRefundUrl=https://pay.test.zcunsoft.com/checkout.counter.api/order/makeRefund
  13. pay.queryOrderUrl=https://pay.test.zcunsoft.com/checkout.counter.api/order/queryOrder
  14. pay.notifyUrl=https://api.txmall.zcunsoft.com/pay/pub/notify
  15. logging.fluentd.enabled=true
  16. logging.fluentd.host=fluentd-aggr
  17. logging.fluentd.port=24224
  18. logging.console.enabled=true