10 lines
242 B
TypeScript
Executable File
10 lines
242 B
TypeScript
Executable File
export const REFERRAL_STRATEGY = "referralStrategy";
|
|
|
|
export const TICKET = {
|
|
QUEUE_NAME: "ticket",
|
|
AUTO_CLOSE_JOB_NAME: "auto-close-inactive",
|
|
AUTO_CLOSE_DAYS: 10,
|
|
AUTO_CLOSE_PRIORITY: 1,
|
|
AUTO_CLOSE_REPEAT_PATTERN: "0 1 * * *",
|
|
};
|