Commit 181ecc14 authored by Rosanny Sihombing's avatar Rosanny Sihombing Committed by Rosanny Sihombing
Browse files

set dbconn to 'testing' env

(cherry picked from commit eee26e65)
4 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!55set dbconn to 'testing' env
Showing with 1 addition and 1 deletion
+1 -1
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 ====
......
Supports Markdown
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