From 00a0d89d6c6bc0639b71de26ac38f3c0f1a045c3 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Sat, 8 Feb 2025 12:26:52 -0500 Subject: [PATCH] add allow_base_domain_resources to installer --- config/config.example.yml | 1 + install/fs/config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 50c1a623..de094f03 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -41,3 +41,4 @@ flags: disable_signup_without_invite: true disable_user_create_org: true allow_raw_resources: true + allow_base_domain_resources: true diff --git a/install/fs/config.yml b/install/fs/config.yml index 4a97dbb5..8e4411e7 100644 --- a/install/fs/config.yml +++ b/install/fs/config.yml @@ -54,3 +54,4 @@ flags: disable_signup_without_invite: {{.DisableSignupWithoutInvite}} disable_user_create_org: {{.DisableUserCreateOrg}} allow_raw_resources: true + allow_base_domain_resources: true