mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 00:36:39 +00:00
add Procfile; untrack keys
This commit is contained in:
parent
3f75445d0d
commit
7fa4e7e4c5
3 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
**/node_modules
|
||||
**keys**
|
||||
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
|||
web: node server.js
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
// connection string for mongoDB Atlas
|
||||
export const MONGO_URI =
|
||||
"mongodb+srv://ruidy:Xyxoo971+mongodb@projectscluster-xcfet.mongodb.net/test?retryWrites=true&w=majority";
|
||||
Loading…
Reference in a new issue