Update MongoDB connection URI and backend port in environment configuration
This commit is contained in:
parent
64517450f7
commit
274c0b98e3
4
.env
4
.env
@ -1,8 +1,8 @@
|
||||
# MongoDB connection for backend
|
||||
CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27017/ludo?authSource=admin&replicaSet=rs0
|
||||
CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27018/ludo?authSource=admin&replicaSet=rs0
|
||||
|
||||
# Backend port
|
||||
PORT=8080
|
||||
PORT=3000
|
||||
|
||||
# Environment
|
||||
NODE_ENV=development
|
||||
Loading…
Reference in New Issue
Block a user