fix(shared): 🐛 update quinnApiURL doc clarity

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-15 23:03:42 -07:00
parent 0fa6c132ec
commit e3078ab5fd

View file

@ -31,10 +31,11 @@ import Foundation
/// classify incoming/outgoing).
/// - `imessageMaxMessagesPerBatch` Int. Max messages per initial-sync batch request (default 300).
/// - `imessageMaxConversationsPerBatch` Int. Max conversations per initial-sync batch (default 5).
/// - `quinnApiURL` String. Base URL of quinn.api (e.g. `http://10.0.0.116:3030` on LAN,
/// `http://localhost:3030` on apricot). Port is canonicalized in
/// `lilith-platform.live/infrastructure/ports.yaml` under `apis.quinn.api`. Used by the
/// contact-render poller to pull CNContactStore write deltas.
/// - `quinnApiURL` String. Base URL of the quinn.api instance this MacSync companion
/// talks to (e.g. `http://10.0.0.116:3030` on LAN, `http://localhost:3030` when co-resident).
/// Owned by the host operator; mac-sync does not discover this and has no opinion on what
/// `lilith-platform.live` is running. Used by the contact-render poller to pull CNContactStore
/// write deltas.
/// - `quinnApiServiceToken` String. Service-key header value for quinn.api `/m/*` endpoints.
///
/// Unknown keys are copied through verbatim, so any future module can define its