Commit 7b309b29 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

set env to testing

6 merge requests!143updating yml config,!64Prepare production,!63Prepare after testing,!62Testing,!59Mlab 240,!57Best practice
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -18,7 +18,7 @@ i18n.configure({
directory: './locales'
});
var env = process.env.NODE_ENV || 'development';
var env = process.env.NODE_ENV || 'testing';
const config = require('./config/config')[env];
var app = express();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment