> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 설정 구성하기

> 특정 사용자 또는 역할에 대한 ClickHouse Cloud 서비스 설정을 구성하는 방법

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

특정 [사용자](/ko/concepts/features/security/access-rights#user-account-management) 또는 [역할](/ko/concepts/features/security/access-rights#role-management)에 대해 ClickHouse Cloud 서비스의 설정을 지정하려면 [SQL 기반 Settings Profiles](/ko/concepts/features/security/access-rights#settings-profiles-management)를 사용해야 합니다. Settings Profiles를 적용하면 서비스가 중지되거나 유휴 상태가 되거나 업그레이드되더라도 구성한 설정이 유지됩니다. Settings Profiles에 대해 자세히 알아보려면 [이 페이지](/ko/concepts/features/configuration/settings/settings-profiles)를 참조하십시오.

ClickHouse Cloud에서는 현재 XML 기반 Settings Profiles 및 [설정 파일](/ko/concepts/features/configuration/server-config/configuration-files)을 지원하지 않습니다.

ClickHouse Cloud 서비스에서 지정할 수 있는 설정에 대해 자세히 알아보려면 [문서](/ko/reference/settings/index)에서 범주별 전체 설정 목록을 참조하십시오.

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/VS6ZX5oN8gMoDxHj/images/cloud/manage/cloud-settings-sidebar.webp?fit=max&auto=format&n=VS6ZX5oN8gMoDxHj&q=85&s=27d96d8454287392b97a9e9bb6f571a3" size="sm" alt="Cloud 설정 사이드바" border width="642" height="1054" data-path="images/cloud/manage/cloud-settings-sidebar.webp" />
