This commit is contained in:
2026-01-10 15:02:13 +03:30
parent 7cc6464f31
commit aa23bf5614
14 changed files with 1177 additions and 0 deletions
+9
View File
@@ -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 * * *",
};