Files
bizmatch-app/.env.example
2026-07-28 17:35:44 -05:00

24 lines
899 B
Plaintext

# For docker compose (optional, default: bizmatch)
DB_PASSWORD=bizmatch
# For dev mode (npm run dev) on the host:
DATABASE_URL=postgres://bizmatch:bizmatch@127.0.0.1:5432/bizmatch
PORT=8090
NAS_ROOT=/mnt/bizmatch-nas
# An NDA that is still SENT after this many days is reported in the Today view
NDA_REMINDER_DAYS=14
# Dropbox Sign: the NDA inbox routes answer 503 until this is set.
# Keep the real key in .env only — .env is gitignored and the key is never logged.
DROPBOX_SIGN_API_KEY=
# Pending signature requests older than this are no longer polled by the sync
SYNC_PENDING_MAX_AGE_DAYS=60
# Where signed NDAs are filed (one directory per first letter of the last name)
NDA_ROOT=/mnt/bizmatch-nas/AA Buyers NDA's/Buyers NDA's A-Z
# Directory names directly below NAS_ROOT, one per business status
NAS_DIR_ACTIVE="AAA = ACTIVE"
NAS_DIR_SOLD="AAA = SOLD"
NAS_DIR_INACTIVE="AAA = INACTIVE"