inventory-pro / backend /.env.example
3v324v23's picture
feat: initial MERN inventory app (backend + frontend)
e3fd5ec
raw
history blame contribute delete
283 Bytes
PORT=4000
# Use ONE of the following:
# MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.no4gl81.mongodb.net/inventorydb?retryWrites=true&w=majority&appName=Cluster0
MONGODB_URI=mongodb://127.0.0.1:27017/inventorydb
CORS_ORIGIN=http://localhost:5173,http://127.0.0.1:5173