[backport rh-test] add dynamic config field for requiring/not requiring whitelist (#6356)

Backport of #6355 to `rh-test`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6356-backport-rh-test-add-dynamic-config-field-for-requiring-not-requiring-whitelist-29b6d73d36508151bd9dc34a4d62bcf1)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-10-29 12:16:20 +09:00
committed by GitHub
parent 9adf0c179f
commit 84ce6c183d

View File

@@ -14,6 +14,7 @@ type ServerHealthAlert = {
*/
export type RemoteConfig = {
mixpanel_token?: string
require_whitelist?: boolean
subscription_required?: boolean
server_health_alert?: ServerHealthAlert
}