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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Aug 27, 2013
1 parent 0239187 commit 0035793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var path = require('path'),

module.exports = {
development: {
db: 'mongodb://amoshaviv:123456@ds027308.mongolab.com:27308/meanstack',
db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack',
root: rootPath,
app: {
name: 'MEAN - A Modern Stack - Development'
Expand All @@ -30,7 +30,7 @@ module.exports = {
}
},
test: {
db: 'mongodb://amoshaviv:123456@ds027308.mongolab.com:27308/meanstack',
db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack',
root: rootPath,
app: {
name: 'MEAN - A Modern Stack - Test'
Expand All @@ -57,7 +57,7 @@ module.exports = {
}
},
production: {
db: 'mongodb://amoshaviv:123456@ds027308.mongolab.com:27308/meanstack',
db: 'mongodb://admin:password@ds027308.mongolab.com:27308/meanstack',
root: rootPath,
app: {
name: 'MEAN - A Modern Stack - Production'
Expand Down

0 comments on commit 0035793

Please sign in to comment.