Commit b95301ba authored by tywldx's avatar tywldx

fix

parent 6479185c
...@@ -67,9 +67,9 @@ module.exports = { ...@@ -67,9 +67,9 @@ module.exports = {
BUCKET: 'app-sync', BUCKET: 'app-sync',
}, },
upload: { upload: {
path: '/vpants/quant_group/op-api-data' path: path.resolve(__dirname, '../upload')
}, },
log4js: { log4js: {
"appenders": [ "appenders": [
...@@ -89,8 +89,5 @@ module.exports = { ...@@ -89,8 +89,5 @@ module.exports = {
} }
} }
] ]
},
upload: {
path: '/home/quant_group/op-api/upload'
} }
} }
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