Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Cleaning Up
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Aug 3, 2013
1 parent 8009fbe commit de25892
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/config.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@

var path = require('path')
, rootPath = path.normalize(__dirname + '/..')
, templatePath = path.normalize(__dirname + '/../app/mailer/templates')
, notifier = {
APN: false,
email: false, // true
actions: ['comment'],
tplPath: templatePath,
postmarkKey: 'POSTMARK_KEY',
parseAppId: 'PARSE_APP_ID',
parseApiKey: 'PARSE_MASTER_KEY'
}

module.exports = {
development: {
db: 'mongodb://localhost/mean-dev',
root: rootPath,
notifier: notifier,
app: {
name: 'MEAN - A Modern Stack - Development'
},
Expand Down Expand Up @@ -44,7 +33,6 @@ module.exports = {
test: {
db: 'mongodb://localhost/mean-test',
root: rootPath,
notifier: notifier,
app: {
name: 'MEAN - A Modern Stack - Test'
},
Expand Down Expand Up @@ -72,7 +60,6 @@ module.exports = {
production: {
db: 'mongodb://localhost/mean',
root: rootPath,
notifier: notifier,
app: {
name: 'MEAN - A Modern Stack - Production'
},
Expand Down

0 comments on commit de25892

Please sign in to comment.