Browse Source

add allow_base_domain_resources to installer

Milo Schwartz 5 tháng trước cách đây
mục cha
commit
00a0d89d6c
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      config/config.example.yml
  2. 1 0
      install/fs/config.yml

+ 1 - 0
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

+ 1 - 0
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