added credentials file
This commit is contained in:
parent
d0b12137b5
commit
e702b912f7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,4 @@
|
|||||||
backend/node_modules
|
backend/node_modules
|
||||||
backend/credentials.js
|
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|||||||
2
backend/credentials.js
Normal file
2
backend/credentials.js
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// Write your own mongoDBatlas credentials here
|
||||||
|
module.exports = '';
|
||||||
Loading…
Reference in New Issue
Block a user