Skip to content

Commit

Permalink
Add a production config file
Browse files Browse the repository at this point in the history
  • Loading branch information
GordyD committed Feb 21, 2016
1 parent f1087c4 commit 9bfb3ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/production.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"buildDirectory": "dist"
"buildDirectory": "dist",
"express": {
"port": 3005
}
}

0 comments on commit 9bfb3ba

Please sign in to comment.