add Procfile; untrack keys

This commit is contained in:
Ruidy Nemausat 2020-04-23 14:36:17 +02:00
parent 3f75445d0d
commit 7fa4e7e4c5
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
**/node_modules
**keys**

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: node server.js

View file

@ -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";