Commit 397276bc authored by 何娜's avatar 何娜

log1

parent 8116035b
Pipeline #21355 passed with stage
in 2 seconds
...@@ -48,7 +48,7 @@ module.exports = () => { ...@@ -48,7 +48,7 @@ module.exports = () => {
}; };
config.storageAPI = { config.storageAPI = {
host: process.env.STORAGEAPI_HOST || 'https://uat-nginx.jianbing.com/mongo-service/data', host: process.env.STORAGEAPI_HOST,
writeUrl: '', writeUrl: '',
readUrl: '?type=gjj&id=', readUrl: '?type=gjj&id=',
writeType: 'gjj', writeType: 'gjj',
...@@ -61,7 +61,7 @@ module.exports = () => { ...@@ -61,7 +61,7 @@ module.exports = () => {
}; };
config.signatureAPI = { config.signatureAPI = {
host: process.env.SIGNATUREAPI_HOST || 'https://uat-nginx.jianbing.com/customer-validation', host: process.env.SIGNATUREAPI_HOST,
fetchTokenUrl: '/access/gettoken', fetchTokenUrl: '/access/gettoken',
fetchOrderIdUrl: '/order/getordersn', fetchOrderIdUrl: '/order/getordersn',
signatureUrl: '/Access/SignValidityCheck', 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