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

This commit is contained in:
Junling Bu
2018-04-21 19:37:27 +08:00
parent 2a05ed9e5d
commit 25989938bb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_API: '"http://localhost:8083/admin"',
OS_API: '"http://localhost:8081/storage"'
OS_API: '"http://localhost:8081/os"'
}

View File

@@ -2,5 +2,5 @@ module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
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"'
}