InfoGrab Docs

환경 구성 설정

Mattermost System Console의 환경 관련 구성 설정을 설명합니다.

Product 메뉴를 선택하고 System Console 을 선택한 후 Environment 를 선택하여 System Console에서 다음 환경 구성 옵션을 검토하고 관리하세요: 웹 서버 데이터베이스 엔터프라이즈 검색 파일 스토리지 이미지 프록시 SMTP 푸시 알림 서버 고가용성 속도 제한 로깅 세션 길이 성능 모니터링 개발자 모바일 보안 config.json 전용 설정 Tip 셀프 호스팅 Mattermost 배포를 관리하는 시스템 관리자는 다음 테이블에서 설명한 대로 config.json 파일을 편집할 수 있습니다. 아래 각 구성 값에는 JSON 인식 도구를 사용하여 config.json 파일에서 프로그래밍 방식으로 값에 접근하기 위한 JSON 경로가 포함되어 있습니다. 예를 들어, SiteURL 값은 ServiceSettings 아래에 있습니다. jq 같은 도구를 사용하는 경우: cat config/config.json | jq '.ServiceSettings.SiteURL' config.json 파일을 수동으로 작업하는 경우, ServiceSettings 같은 객체를 찾은 다음 해당 객체 내에서 SiteURL 키를 찾으세요. 웹 서버 # 셀프 호스팅 배포에서는 System Console > Environment > Web Server 로 이동하거나 다음 테이블에서 설명한 대로 config.json 파일을 업데이트하여 Mattermost가 배포된 네트워크 환경을 구성할 수 있습니다. 이 섹션의 구성 설정 변경 사항은 적용되기 전에 서버를 다시 시작해야 합니다. 사이트 URL # The URL that users use to access Mattermost. The port number is required if it’s not a standard port, such as 80 or 443. This field is required. Select the Test Live URL button in the System Console to validate the Site URL. - System Config path: Environment > Web Server - config.json setting: ServiceSettings > SiteURL - Environment variable: MM_SERVICESETTINGS_SITEURL Note The URL may contain a subpath, such as https://example.com/company/mattermost . If you change the Site URL value, log out of the Desktop App, and sign back in using the new domain. If Site URL is not set: Email notifications will contain broken links, and email batching will not work. Authentication via OAuth 2.0, including GitLab, Goo