update[litemall-admin]: 调整对象存储服务地址。
This commit is contained in:
@@ -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"'
|
||||
}
|
||||
|
||||
@@ -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"'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user