Commit 1cde8560 authored by 何娜's avatar 何娜

sb测试

parent a0c92ffe
Pipeline #21333 passed with stage
in 5 seconds
......@@ -44,7 +44,7 @@ module.exports = () => {
};
config.storageAPI = {
host: 'https://lan-nginx.jianbing.com/mongo-service/data',
host: process.env.STORAGEAPI_HOST,
writeUrl: '',
readUrl: '?type=shebao&id=',
writeType: 'shebao',
......@@ -57,7 +57,7 @@ module.exports = () => {
};
config.signatureAPI = {
host: 'https://only-lan-nginx.jianbing.com/customer-validation',
host: process.env.SIGNATUREAPI_HOST,
fetchTokenUrl: '/access/gettoken',
fetchOrderIdUrl: '/order/getordersn',
signatureUrl: '/access/signvaliditycheck',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment