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

Update app.js, set env to production

parent e3d37172
......@@ -18,7 +18,7 @@ i18n.configure({
directory: './locales'
});
var env = process.env.NODE_ENV || 'testing';
var env = process.env.NODE_ENV || 'production';
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