Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraleksa committed May 5, 2018
1 parent b309d70 commit 10f311b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.js
@@ -1,6 +1,6 @@
console.log('hi');

const db = require('monk')("MORPH_MONGO")
const db = require('monk')("mongodb://Mr_cep:Mr_cep258258@ds111078.mlab.com:11078/cep")
const users = db.get('database')

users.insert({ name: 'hi',quote: ' mongo!'})
users.insert({ name: 'hi',quote: ' mongo3'})

0 comments on commit 10f311b

Please sign in to comment.