-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- This file was generated automatically. | ||
Do not edit it: it is likely to be discarded and generated again before it's read next time. | ||
Files used to generate this file: | ||
config.xml --> | ||
|
||
<!-- Config that is used when server is run without config file. --><clickhouse> | ||
<logger> | ||
<level>trace</level> | ||
<console>true</console> | ||
</logger> | ||
|
||
<http_port>8123</http_port> | ||
<tcp_port>9000</tcp_port> | ||
<mysql_port>9004</mysql_port> | ||
|
||
<path>./</path> | ||
|
||
<mlock_executable>true</mlock_executable> | ||
|
||
<users> | ||
<default> | ||
<password/> | ||
|
||
<networks> | ||
<ip>::/0</ip> | ||
</networks> | ||
|
||
<profile>default</profile> | ||
<quota>default</quota> | ||
<access_management>1</access_management> | ||
</default> | ||
</users> | ||
|
||
<profiles> | ||
<default/> | ||
</profiles> | ||
|
||
<quotas> | ||
<default/> | ||
</quotas> | ||
</clickhouse> |