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