Commit fa388d30 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update dbconn.js changed env to production

parent c2e08aec
const mysql = require('mysql')
var env = process.env.NODE_ENV || 'testing';
var env = process.env.NODE_ENV || 'production';
const config = require('../config/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