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
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: f2f://keyId:keySecret@host), if set to false will disable app mode
25
+
f2fApp?: string|false// If not set will try to use F2F_APP env variable (format: f2f[s]://keyId:keySecret@host, s = https), if set to false will disable app mode
26
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
0 commit comments