fixed port
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
require('dotenv').config();
|
require('dotenv').config();
|
||||||
|
|
||||||
const {
|
const {
|
||||||
PORT = 5000,
|
PORT,
|
||||||
JWT_SECRET,
|
JWT_SECRET,
|
||||||
DB_HOST,
|
DB_HOST,
|
||||||
DB_USER,
|
DB_USER,
|
||||||
|
|||||||
Reference in New Issue
Block a user