module5
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user