// Make the INTERCEPT value as true locally, if there is a need to intercept the DB. export const INTERCEPT = { MYSQL: false, MONGO: false, };