Commit c2a8fad7 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update app.js, revert env name to testing, changes to env will be made by...

Update app.js, revert env name to testing, changes to env will be made by using different config files
1 merge request!65Update app.js, revert env name to testing, changes to env will be made by...
Showing with 1 addition and 1 deletion
+1 -1
...@@ -18,7 +18,7 @@ i18n.configure({ ...@@ -18,7 +18,7 @@ i18n.configure({
directory: './locales' directory: './locales'
}); });
var env = process.env.NODE_ENV || 'production'; var env = process.env.NODE_ENV || 'testing';
const config = require('./config/config')[env]; const config = require('./config/config')[env];
var app = express(); 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