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

Merge branch 'patch-1' into 'master'

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

See merge request !65
parents 2f06d63a c2a8fad7
Pipeline #985 passed with stage
in 12 seconds
......@@ -18,7 +18,7 @@ i18n.configure({
directory: './locales'
});
var env = process.env.NODE_ENV || 'production';
var env = process.env.NODE_ENV || 'testing';
const config = require('./config/config')[env];
var app = express();
......
Markdown is supported
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