From f11c19df23e121626c4c792d48ea84e68a5a0117 Mon Sep 17 00:00:00 2001 From: Rosanny Sihombing <rosanny.sihombing@hft-stuttgart.de> Date: Tue, 21 Jun 2022 12:39:51 +0000 Subject: [PATCH] Update app.ts --- app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ts b/app.ts index f0b4269..421927d 100644 --- a/app.ts +++ b/app.ts @@ -6,7 +6,7 @@ import bodyParser from 'body-parser' import helmet from 'helmet' 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 lang = 'DE' -- GitLab