Commit f11c19df authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Update app.ts

parent 90cbd637
...@@ -6,7 +6,7 @@ import bodyParser from 'body-parser' ...@@ -6,7 +6,7 @@ import bodyParser from 'body-parser'
import helmet from 'helmet' import helmet from 'helmet'
import compression from 'compression' import compression from 'compression'
const env = process.env.NODE_ENV ?? 'development' const env = process.env.NODE_ENV ?? 'testing'
const config = require('./config/config')[env] const config = require('./config/config')[env]
const lang = 'DE' const lang = 'DE'
......
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