| 1234567891011121314151617181920 |
- spring.datasource.url=jdbc:mysql://192.168.56.105/auction-dpst?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&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
- dpst.getlotUrl=http://auction-auc/internal/lot/getDeposit
- dpst.notifyUrl=http://auction-deposit/internal/notify
- dpst.payUrl=http://auction-pay/internal/makeOrder
- dpst.chkPayUrl=http://auction-pay/internal/chkPay
- dpst.refundUrl=http://auction-pay/internal/makeRefund
- dpst.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
|