Change port
This commit is contained in:
parent
224a110a18
commit
2d6c3273cb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require("dotenv").config();
|
||||
|
||||
module.exports = {
|
||||
PORT: 36530 || process.env.PORT,
|
||||
PORT: 36531 || process.env.PORT,
|
||||
DEBUG: true || process.env.DEBUG,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue