Commit 33514018 authored by 何娜's avatar 何娜

配置地址

parent 2119ed9c
Pipeline #21331 passed with stage
in 4 seconds
......@@ -48,7 +48,7 @@ module.exports = () => {
};
config.storageAPI = {
host: 'https://uat-nginx.jianbing.com/mongo-service/data',
host: process.env.STORAGEAPI_HOST || 'https://uat-nginx.jianbing.com/mongo-service/data',
writeUrl: '',
readUrl: '?type=gjj&id=',
writeType: 'gjj',
......@@ -61,7 +61,7 @@ module.exports = () => {
};
config.signatureAPI = {
host: 'https://uat-nginx.jianbing.com/customer-validation',
host: process.env.SIGNATUREAPI_HOST || 'https://uat-nginx.jianbing.com/customer-validation',
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