InfoGrab DocsInfoGrab Docs

실험적 구성 설정

Mattermost System Console의 실험적 구성 설정 옵션을 설명합니다.

제품 메뉴 → System Console → Experimental > Features 에서 다음 실험적 구성 옵션을 검토하고 관리하세요: 실험적 System Console 구성 설정 실험적 작업 구성 설정 셀프 호스팅 전용 실험적 구성 설정 Tip 셀프 호스팅 Mattermost를 관리하는 시스템 관리자는 아래 표에 설명된 대로 config.json 파일을 편집할 수 있습니다. 각 구성 값에는 JSON 인식 도구를 사용하여 프로그래밍 방식으로 config.json 파일에서 값에 접근할 수 있는 JSON 경로가 포함됩니다. 예를 들어, LoginButtonColor 값은 LdapSettings 아래에 있습니다. jq <https://stedolan.github.io/jq/>`__ 와 같은 도구를 사용하는 경우: cat config/config.json | jq '.LdapSettings.LoginButtonColor' </li><li> config.json 파일을 수동으로 편집할 때는 LdapSettings 와 같은 객체를 찾은 뒤 그 안에서 LoginButtonColor`` 키를 찾으세요. # 실험적 System Console 구성 설정 # AD/LDAP 로그인 버튼 색상 # 화이트 라벨링을 위한 AD/LDAP 로그인 버튼의 색상을 지정합니다. #으로 시작하는 hex 코드를 사용하세요. 이 설정은 모바일 앱에만 적용됩니다. This feature's config.json setting is "LoginButtonColor": "" with string input. AD/LDAP 로그인 버튼 테두리 색상 # 화이트 라벨링을 위한 AD/LDAP 로그인 버튼 테두리의 색상을 지정합니다. #으로 시작하는 hex 코드를 사용하세요. 이 설정은 모바일 앱에만 적용됩니다. This feature's config.json setting is "LoginButtonBorderColor": "" with string input. AD/LDAP 로그인 버튼 텍스트 색상 # 화이트 라벨링을 위한 AD/LDAP 로그인 버튼 텍스트의 색상을 지정합니다. #으로 시작하는 hex 코드를 사용하세요. 이 설정은 모바일 앱에만 적용됩니다. This feature's config.json setting is "LoginButtonTextColor": "" with string input. true : (Default) Users can change their sign-in method to any that is enabled on the server, either via their Profile or the APIs. false : Users cannot change their sign-in method, regardless of which authentication options are enabled. 인증 방법 변경 # True : 사용자가 프로필 또는 API를 통해 서버에서 활성화된 모든 로그인 방법으로 변경할 수 있습니다. Fal