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
feat: use custom f2f:// protocol for F2F_APP env var
Distinguishes app credentials from RTCV_SERVER basic auth.
f2f://keyId:keySecret@host maps to http://host for requests.
No protocol enforcement — just documented convention.
alternativeServer?: string|false// If not set will try to use RTCV_ALTERNATIVE_SERVER env variable, if set to false will disable alternative server
25
-
f2fApp?: string|false// If not set will try to use F2F_APP env variable (format: https://keyId:keySecret@host), if set to false will disable app mode
26
-
f2fAlternativeApp?: string|false// If not set will try to use F2F_ALTERNATIVE_APP env variable, if set to false will disable alternative app
25
+
f2fApp?: string|false// If not set will try to use F2F_APP env variable (format: f2f://keyId:keySecret@host), if set to false will disable app mode
26
+
f2fAlternativeApp?: string|false// If not set will try to use F2F_ALTERNATIVE_APP env variable (same format), if set to false will disable alternative app
27
27
port?: number// If not set will try to use SERVER_PORT or default to: 3000
28
28
noHealthChecks?: boolean// If set to true will disable health checks on the RT-CV server
29
29
skipSlugCheck?: boolean// If set to true will not check and update the slug on the RT-CV server
0 commit comments