Commit 990f3f9c authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'cherry-pick-eee26e65' into 'testing'

set dbconn to 'testing' env

See merge request !55
parents eed337a5 181ecc14
Pipeline #4568 failed with stage
in 2 seconds
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 ====
......
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