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

Commit 2e03d13

Browse files
committed
updated the development.js environment configuration file to use the mean-dev database instead of mean-test which is used for testing/stages environment
1 parent 9e8ee9e commit 2e03d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
db: {
5-
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean-test',
5+
uri: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://' + (process.env.DB_1_PORT_27017_TCP_ADDR || 'localhost') + '/mean-dev',
66
options: {
77
user: '',
88
pass: ''

0 commit comments

Comments
 (0)