Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Old route files deleted, DB string changed back to "Luminosity" from …
Browse files Browse the repository at this point in the history
…"test"
  • Loading branch information
KevinLemon112 committed Mar 6, 2024
1 parent 38eb1c7 commit 1b90494
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 202 deletions.
2 changes: 1 addition & 1 deletion src/notification/publish/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mongoose from 'mongoose';
import dotenv from 'dotenv';
dotenv.config();

const dbURI = `mongodb+srv://${process.env.MONGO_DB_USER}:${process.env.MONGO_DB_PASS}@luminositycluster-0.cgornhw.mongodb.net/test`; //MongoDb Connection String
const dbURI = `mongodb+srv://${process.env.MONGO_DB_USER}:${process.env.MONGO_DB_PASS}@luminositycluster-0.cgornhw.mongodb.net/Luminosity`; //MongoDb Connection String

mongoose.connect(dbURI);

Expand Down
85 changes: 0 additions & 85 deletions src/notification/publish/publishRoutes.ts

This file was deleted.

116 changes: 0 additions & 116 deletions src/notification/subscribe/subscribeRoutes.ts

This file was deleted.

0 comments on commit 1b90494

Please sign in to comment.