Interface: ChanomhubConfig
Defined in: config.ts:5
Chanomhub SDK Configuration
Properties
heading.anchorLabel| Property | Type | Description | Defined in |
|---|---|---|---|
apiUrl | string | API base URL | config.ts:7 |
cdnUrl | string | CDN base URL for images | config.ts:9 |
defaultCacheSeconds? | number | Default cache duration in seconds (0 = no cache) | config.ts:13 |
supabaseAnonKey? | string | Supabase anon key (required for OAuth) | config.ts:17 |
supabaseUrl? | string | Supabase project URL (required for OAuth) | config.ts:15 |
token? | string | Authentication token (optional) | config.ts:11 |