Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
25989938
Commit
25989938
authored
Apr 21, 2018
by
Junling Bu
Browse files
update[litemall-admin]: 调整对象存储服务地址。
parent
2a05ed9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-admin/config/dev.env.js
View file @
25989938
...
@@ -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/s
torage
"
'
OS_API
:
'
"http://localhost:8081/
o
s"
'
}
}
litemall-admin/config/prod.env.js
View file @
25989938
...
@@ -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/s
torage
"
'
OS_API
:
'
"http://122.152.206.172:8081/
o
s"
'
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment