Skip to content

Commit

Permalink
Remove config.js from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-rjha committed Dec 12, 2023
1 parent dd6891f commit a6a79f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
config.js

4 changes: 4 additions & 0 deletions Backend/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const PORT = 9999;

export const mongoDBURL = 'mongodb+srv://botchat137:[email protected]/books-collection?retryWrites=true&w=majority';

0 comments on commit a6a79f1

Please sign in to comment.