This commit is contained in:
2026-07-27 15:26:17 -05:00
parent 32c8ccc3ed
commit 6cb13650ed
16 changed files with 1924 additions and 148 deletions

View File

@@ -10,6 +10,8 @@ export const config = {
host: process.env.HOST ?? '0.0.0.0',
/** Root of the NAS mount, e.g. /mnt/bizmatch-nas */
nasRoot: process.env.NAS_ROOT ?? '/mnt/bizmatch-nas',
/** After this many days an NDA that is still SENT shows up in the Today view */
ndaReminderDays: Number(process.env.NDA_REMINDER_DAYS ?? 14),
/** Directory names directly below NAS_ROOT, one per business status */
nasDirActive: process.env.NAS_DIR_ACTIVE ?? 'AAA = ACTIVE',
nasDirSold: process.env.NAS_DIR_SOLD ?? 'AAA = SOLD',