Skip to content

Commit

Permalink
Updated readme, put in default db password
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Templeton committed Jul 1, 2016
1 parent 44c2e22 commit 785c00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
![Alt](https://lh4.googleusercontent.com/-PVw-ZUM9vV8/UuWeH51os0I/AAAAAAAAD6M/0Ikg7viJftQ/w1286-h566-no/hackathon-starter-logo.jpg)
Hackathon Starter [![Dependency Status](https://david-dm.org/sahat/hackathon-starter/status.svg?style=flat)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](http://img.shields.io/travis/sahat/hackathon-starter.svg?style=flat)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon)
Hackathon Starter (Postgres/Redis)[![Dependency Status](https://david-dm.org/sahat/hackathon-starter/status.svg?style=flat)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](http://img.shields.io/travis/sahat/hackathon-starter.svg?style=flat)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon)
=======================

:octocat:  **Live Demo**: http://hackathonstarter.herokuapp.com

Jump to [What's new in 2.4.0?](#changelog)
**This is a fork of https://github.com/sahat/hackathon-starter.git using MongoDB**

A boilerplate for **Node.js** web applications.

Expand Down
6 changes: 3 additions & 3 deletions config/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = {
db: {
host: 'localhost',
name: 'learn_io',
username: 'arc',
password: 'arc'
username: 'root',
password: ''
},
redis: {
host: 'localhost',
Expand All @@ -35,7 +35,7 @@ module.exports = {
user: process.env.MAILGUN_USER || '[email protected]',
password: process.env.MAILGUN_PASSWORD || '29eldds1uri6'
},

mandrill: {
user: process.env.MANDRILL_USER || 'hackathonstarterdemo',
password: process.env.MANDRILL_PASSWORD || 'E1K950_ydLR4mHw12a0ldA'
Expand Down

0 comments on commit 785c00e

Please sign in to comment.