Skip to content

Commit

Permalink
Merge pull request #2 from taesup/patch-2
Browse files Browse the repository at this point in the history
Use EXPRESS_HOST_PORT over PORT
  • Loading branch information
edDevleague authored Oct 8, 2019
2 parents 643aaba + 7e47c5e commit 345e920
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 345e920

Please sign in to comment.