PromucFlow_constructor/app/client/cypress/fixtures/variables.ts

6 lines
147 B
TypeScript
Raw Normal View History

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