Commit 902048b0 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

set env back to testing

5 merge requests!143updating yml config,!91Prepare prod,!90Testing,!89Testing,!81Mlab 87
Showing with 2 additions and 2 deletions
+2 -2
const mysql = require('mysql')
var env = process.env.NODE_ENV || 'development';
var env = process.env.NODE_ENV || 'testing';
const config = require('./config')[env]
// ==== USER ACOOUNT DB CONNECTION ====
......
const mysql = require('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