add allow_base_domain_resources to installer

This commit is contained in:
Milo Schwartz 2025-02-08 12:26:52 -05:00
parent 3c7025a327
commit 00a0d89d6c
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -41,3 +41,4 @@ flags:
disable_signup_without_invite: true disable_signup_without_invite: true
disable_user_create_org: true disable_user_create_org: true
allow_raw_resources: true allow_raw_resources: true
allow_base_domain_resources: true

View file

@ -54,3 +54,4 @@ flags:
disable_signup_without_invite: {{.DisableSignupWithoutInvite}} disable_signup_without_invite: {{.DisableSignupWithoutInvite}}
disable_user_create_org: {{.DisableUserCreateOrg}} disable_user_create_org: {{.DisableUserCreateOrg}}
allow_raw_resources: true allow_raw_resources: true
allow_base_domain_resources: true