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