fix(shared): 🐛 update quinnApiURL doc clarity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0fa6c132ec
commit
e3078ab5fd
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue