initialize
This commit is contained in:
commit
99b6232436
24 changed files with 3872 additions and 0 deletions
6
config.js
Normal file
6
config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require("dotenv").config();
|
||||
|
||||
module.exports = {
|
||||
PORT: 36530 || process.env.PORT,
|
||||
DEBUG: true || process.env.DEBUG,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue