docs/clickhouse: Use heading anchors (#86)

This commit is contained in:
Sridhar Ratnakumar 2024-01-24 12:34:28 -05:00 committed by GitHub
parent 653a230f73
commit 44b50d51ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View File

@ -86,11 +86,11 @@
"unionmount": "unionmount"
},
"locked": {
"lastModified": 1705667811,
"narHash": "sha256-ZH/m5e4l4v2HRcv45trQKl92PRG6e1lpRJ4+U4zewL8=",
"lastModified": 1706115267,
"narHash": "sha256-Qper3WPSSmS7uQ/bDn6H/d5m8I1g4BJKrC13VMANtTs=",
"owner": "srid",
"repo": "emanote",
"rev": "bf573e7653d183baa0fa68e2e172333f585b7a25",
"rev": "a9048ab7fb2af092bd832ad5b587f83ab3a7844d",
"type": "github"
},
"original": {
@ -166,11 +166,11 @@
"heist-extra": {
"flake": false,
"locked": {
"lastModified": 1691619499,
"narHash": "sha256-4e8v5t4FM99pdcPhohP3dAeGtsFnirbfYGpbr2+qWxI=",
"lastModified": 1706086475,
"narHash": "sha256-scXMVFKSaS4Wi4y6I84oPKHaTmLECsvq8eLxGL0XH5o=",
"owner": "srid",
"repo": "heist-extra",
"rev": "54ff970f733dd45b5509d1c4c298927b6241041b",
"rev": "c6d8ef79b415fab276fb461d5860bbf2628e6e43",
"type": "github"
},
"original": {

View File

@ -11,8 +11,10 @@ ClickHouse is an open-source column-oriented DBMS (columnar database management
}
```
{#tips}
## Tips & Tricks
{#change-port}
### Change the HTTP default port
Clickhouse has [HTTP Interface](https://clickhouse.com/docs/en/interfaces/http) that is enabled by default on port 8123. To change the default port, use the `extraConfig` option: