Skip to content

Commit

Permalink
fix prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Oct 1, 2016
1 parent c9da5e5 commit 8b57124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
port: process.env.PORT || 8800,
//生产环境mongodb配置
mongo: {
uri: 'mongodb://+' MONGO_ADDR '+/jackblog'
uri: 'mongodb://' + MONGO_ADDR + '/jackblog'
},
//生产环境redis配置
redis: {
Expand Down

0 comments on commit 8b57124

Please sign in to comment.