diff --git a/backend/.env.production b/backend/.env.production index b6de573..3bd2584 100644 --- a/backend/.env.production +++ b/backend/.env.production @@ -1,3 +1,3 @@ PORT=5000 -DB_URI=mongodb://10.1.1.7:27017/dragonroll +DB_URI=mongodb://192.168.1.7:27017/dragonroll NODE_ENV=production \ No newline at end of file