You need to sign in or sign up before continuing.
Commit 03d7e02f authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'devel' into 'testing'

minor fix

See merge request !147
parents c966bb8e d21cca4f
Pipeline #6624 passed with stage
in 16 seconds
import mysql from 'mysql2' import mysql from 'mysql2'
const env = process.env.NODE_ENV ?? 'development' const env = process.env.NODE_ENV ?? 'testing'
const config = require('./config')[env] const config = require('./config')[env]
// ==== USER ACOOUNT DB CONNECTION ==== // ==== 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