From eee26e65459d60bcc34f9a412417a85a12e536ee Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 21 Jul 2021 17:19:00 +0200 Subject: [PATCH] set dbconn to 'testing' env --- config/dbconn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dbconn.ts b/config/dbconn.ts index 1073e16..1d12453 100644 --- a/config/dbconn.ts +++ b/config/dbconn.ts @@ -1,6 +1,6 @@ import mysql from 'mysql2' -var env = process.env.NODE_ENV || 'development'; +var env = process.env.NODE_ENV || 'testing'; const config = require('./config')[env] // ==== USER ACOOUNT DB CONNECTION ==== -- GitLab