Skip to content

Commit

Permalink
Use EXPRESS_HOST_PORT over PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
taesup authored Oct 8, 2019
1 parent 643aaba commit 7e47c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const userRoutes = require('./routes/users');
const decorator = require('./database/decorator');

// data vars
const PORT = process.env.PORT;
const PORT = process.env.EXPRESS_HOST_PORT;
const SESSION_SECRET = process.env.SESSION_SECRET;
const REDIS_HOSTNAME = process.env.REDIS_HOSTNAME;

Expand Down

0 comments on commit 7e47c5e

Please sign in to comment.