You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Optional`: `POSTGRES_URL` (default: `postgresql://postgres:postgres@127.0.0.1:5432/workflows`; `./scripts/dev.sh` overrides it to a deterministic per-worktree localhost port, Compose injects a Docker-network URL)
47
+
-`Required for healthy non-local runtime`: `POSTGRES_URL` (local default: `postgresql://postgres:postgres@127.0.0.1:5432/workflows`; `./scripts/dev.sh` overrides it to a deterministic per-worktree localhost port, Compose injects a Docker-network URL)
44
48
-`Optional` (Compose DB container): `POSTGRES_DB` (default: `workflows`)
45
49
-`Optional` (Compose DB container): `POSTGRES_USER` (default: `postgres`)
46
50
-`Optional` (Compose DB container): `POSTGRES_PASSWORD` (default: `postgres`)
@@ -106,7 +110,8 @@ current precedence rules.
106
110
107
111
## Worker CRM Sync + Skills Extraction
108
112
109
-
-`Optional`: `CRM_SYNC_ENABLED` (default: `true`)
113
+
-`Optional`: `CRM_SYNC_ENABLED` (default: `true`; scheduler starts only when `ESPO_BASE_URL` and `ESPO_API_KEY` are configured)
114
+
-`Required for CRM-backed jobs and sync`: `ESPO_BASE_URL`, `ESPO_API_KEY`
-`Optional`: `NEWSLETTER_SYNC_INTERVAL_SECONDS` (default: `604800`, one week)
187
195
-`Optional`: `NEWSLETTER_SYNC_EXCLUDED_MAILBOXES` (comma-separated mailbox local-parts or full addresses to skip during Migadu resync)
188
196
- Note: mailbox and backup email subscription to configured newsletter tools is best effort. Failures are reported as warnings and do not block mailbox or account creation.
0 commit comments