diff --git a/config/config.example.yml b/config/config.example.yml index 50c1a62..de094f0 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 4a97dbb..8e4411e 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