Commit 25989938 authored by Junling Bu's avatar Junling Bu
Browse files

update[litemall-admin]: 调整对象存储服务地址。

parent 2a05ed9e
...@@ -2,5 +2,5 @@ module.exports = { ...@@ -2,5 +2,5 @@ module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
ENV_CONFIG: '"dev"', ENV_CONFIG: '"dev"',
BASE_API: '"http://localhost:8083/admin"', BASE_API: '"http://localhost:8083/admin"',
OS_API: '"http://localhost:8081/storage"' OS_API: '"http://localhost:8081/os"'
} }
...@@ -2,5 +2,5 @@ module.exports = { ...@@ -2,5 +2,5 @@ module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
ENV_CONFIG: '"prod"', ENV_CONFIG: '"prod"',
BASE_API: '"http://122.152.206.172:8083/admin"', BASE_API: '"http://122.152.206.172:8083/admin"',
OS_API: '"http://122.152.206.172:8081/storage"' OS_API: '"http://122.152.206.172:8081/os"'
} }
Supports Markdown
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