2020-04-03 13:23:32 +00:00
---
toc_folder_title: Server Configuration Parameters
toc_priority: 54
toc_title: Introduction
---
2020-04-30 18:19:18 +00:00
# Server Configuration Parameters {#server-settings}
2017-12-28 15:13:23 +00:00
This section contains descriptions of server settings that cannot be changed at the session or query level.
2018-09-04 11:18:59 +00:00
These settings are stored in the `config.xml` file on the ClickHouse server.
2017-12-28 15:13:23 +00:00
2020-06-18 08:24:31 +00:00
Other settings are described in the “[Settings](../../operations/settings/index.md#session-settings-intro)” section.
2017-12-28 15:13:23 +00:00
2020-06-18 08:24:31 +00:00
Before studying the settings, read the [Configuration files ](../../operations/configuration-files.md#configuration_files ) section and note the use of substitutions (the `incl` and `optional` attributes).
2018-03-25 02:04:22 +00:00
2020-04-03 13:23:32 +00:00
[Original article ](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/ ) <!--hide-->