Commit 2813b4e2 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'patch-1' into 'master'

Update dbconn.js changed env to production

See merge request !18
parents c2e08aec fa388d30
Pipeline #1005 passed with stage
in 17 seconds
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