···7979- `ZDS_JWT_SECRET`: stable secret for access and refresh JWTs.
8080- `ZDS_HANDLE_DOMAINS`: comma-separated domains advertised by
8181 `describeServer`.
8282-- `ZDS_RESEND_API_KEY` and `ZDS_EMAIL_FROM`: email delivery for account and PLC
8383- tokens.
8282+- `ZDS_MAIL_PROVIDER`: email delivery provider. Default: `comail`. Supported:
8383+ `comail`, `resend`.
8484+- `ZDS_EMAIL_FROM`: sender address for account and PLC email tokens. The
8585+ domain must be enrolled with the configured provider.
8686+- `ZDS_COMAIL_API_KEY` and `ZDS_COMAIL_DID`: Comail HTTP Send API credentials.
8787+ `ZDS_COMAIL_DID` is the atproto DID that enrolled the sending domain; ZDS
8888+ sends it as `X-Atmos-DID`.
8989+- `ZDS_RESEND_API_KEY`: Resend API key, used only when
9090+ `ZDS_MAIL_PROVIDER=resend`.
8491- `ZDS_BLOB_UPLOAD_LIMIT`: upload body limit. Default: `100000000`.
8592- `ZDS_BLOBSTORE_PATH`: disk blobstore root.
8693- `ZDS_CRAWLERS`: comma-separated relay crawl targets.