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