Skip to content

Commit ef3b82e

Browse files
authored
Update index.js
1 parent 6d5d778 commit ef3b82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotenv.config();
77

88
const app = express();
99
const PORT = process.env.PORT || 3000;//this will be updated with env file just for test
10-
const MONGODB_URI = process.env.MONGODB_URI || 'mongodb+srv://vedp5585:[email protected]/finance-tracker?retryWrites=true&w=majority&appName=Cluster0';
10+
const MONGODB_URI = process.env.MONGODB_URI || '';
1111

1212
// Middleware
1313
app.use(cors());

0 commit comments

Comments
 (0)