Upload 4.2

This commit is contained in:
Andrew Trieu
2023-05-31 13:09:58 +03:00
parent 5d671077f7
commit 15043bbd4b
14 changed files with 2491 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
require('dotenv').config()
const PORT = process.env.PORT
const MONGODB_URI = process.env.MONGODB_URI
module.exports = {
MONGODB_URI,
PORT
}