1234567891011121314151617181920212223242526272829303132333435363738394041 |
- spring:
- data:
- mongodb:
- #uri: mongodb://paymentcenter:paymentcenter@192.168.110.241:30117,192.168.110.241:30118,192.168.110.241:30119/paymentcenter?replicaSet=MongoSetsShard1
- uri: mongodb://rewardcenter:rewardcenter@192.168.110.241:30117,192.168.110.241:30118,192.168.110.241:30119/rewardcenter?replicaSet=MongoSetsShard1
- auto-index-creation: true
- redis:
- host: 192.168.110.241
- port: 6379
- database: 6
- swagger:
- packageName: "com.zhongshu.payment.core.controller"
- title: RewardServer
- description: 返利中心
- version: "1.0"
- enable: true
- payment:
- mer_no: 89852017372911Y
- tid: PEYAH8X1
- accesser_id: GZHYXHSH52011
- key: udik876ehjde32dU61edsxsf
- h5_page_url: https://selfapply-test.chinaums.com/self-sign-mobile/#/chooseRole
- pc_page_url: https://selfapply-test.chinaums.com/self-sign-web/#/verify
- interface_url: https://selfapply-test.chinaums.com/self-contract-nmrs/interface/autoReg
- # interface_url: http://192.168.110.241:7300/mock/654babd538574f002773e5f8/dev/autoReg
- # interface_url: https://yinshangpai.chinaums.com/self-contract-nmrs/interface/autoReg
- pay_url: https://dhjt-uat.chinaums.com/queryService/UmsWebPayPlugins
- pay_key: 11111111111111111111111111111111
- withdrawals_url: https://dhjt.chinaums.com/entryService/unified-withdrawals-api
- # 提现秘钥
- withdrawals_key: 11111111111111111111111111111111
- notifyUrl: https://api.dev.zonelife.cn/springbatchservice/pay/sync
- # pay_url: https://dhjt-api.chinaums.com/queryService/UmsWebPayPlugins
- #knife4j:
- #debug: true
- # production: false
|