2 lines
83 B
JavaScript
2 lines
83 B
JavaScript
|
|
export const dbURL = 'mongodb://localhost:27017/tellall';
|
||
|
|
export const PORT = 5000;
|