Skip to content

Commit

Permalink
Merge pull request #17 from scienmanas/web-update
Browse files Browse the repository at this point in the history
Configure Backend
  • Loading branch information
scienmanas authored Aug 10, 2024
2 parents 370fc76 + 534824c commit 09965e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/Backend/config/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import mongoose from "mongoose";
export async function connectToDB(): Promise<void> {
try {
// Database Uri
const MONGO_URI: string = process.env.MONGO_TEST_URI as string;
// const MONGO_URI: string = process.env.MONGO_PROD_URI as string;
// const MONGO_URI: string = process.env.MONGO_TEST_URI as string;
const MONGO_URI: string = process.env.MONGO_PROD_URI as string;

// logs
console.log("Connecting to Mongo Db :|");
Expand Down

0 comments on commit 09965e9

Please sign in to comment.