Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-07-01 13:46:06 +0800
Commit
dda135c12abf57331308d5429d3365507f73bd54
1 parent
f08ca76d
update yoho-node-lib
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
config/common.js
package.json
config/common.js
View file @
dda135c
...
...
@@ -11,6 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'web'
,
appVersion
:
'4.6.0'
,
// 调用api的版本
port
:
6002
,
siteUrl
:
'http://www.yohobuy.com'
,
domains
:
{
...
...
package.json
View file @
dda135c
...
...
@@ -59,7 +59,7 @@
"uuid"
:
"^2.0.2"
,
"winston"
:
"^2.2.0"
,
"winston-daily-rotate-file"
:
"^1.1.4"
,
"yoho-node-lib"
:
"0.0.
7
"
"yoho-node-lib"
:
"0.0.
11
"
},
"devDependencies"
:
{
"autoprefixer"
:
"^6.3.6"
,
...
...
Please
register
or
login
to post a comment