ticket
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
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 * * *",
|
||||
};
|
||||
Reference in New Issue
Block a user