1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 23:45:57 +00:00

Added a chrome detection tip to the status bar and updated the welcome text

This commit is contained in:
Scott
2016-02-19 21:27:49 -05:00
parent 8d61a21fa7
commit 267b88b225
4 changed files with 46 additions and 31 deletions

View File

@@ -10,8 +10,6 @@ app.use(bodyParser.json());
//Mongoose
var mongoose = require('mongoose');
var mongoUri = process.env.MONGOLAB_URI || process.env.MONGOHQ_URL || 'mongodb://localhost/naturalcrit';