Skip to content

Commit

Permalink
Update clickhouse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson authored Oct 29, 2024
1 parent 8212a7f commit 3bdd88e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/upsun/src/add-services/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CLICKHOUSE_HOSTNAME=azertyuiopqsdfghjklm.clickhouse.service._.eu-1.{{< vendor/ur
CLICKHOUSE_EPOCH=0
CLICKHOUSE_REL=clickhouse
CLICKHOUSE_SCHEME=https/http
CLICKHOUSE_TYPE=clickhouse:24
CLICKHOUSE_TYPE=clickhouse:24.3
CLICKHOUSE_PUBLIC=false
```

Expand Down Expand Up @@ -90,7 +90,7 @@ The structure of the `PLATFORM_RELATIONSHIPS` environment variable can be obtain
"epoch": 0,
"rel": "clickhouse",
"scheme": "https",
"type": "clickhouse:24",
"type": "clickhouse:24.3",
"public": false
}
```
Expand Down Expand Up @@ -238,7 +238,7 @@ applications:
services:
clickhouse:
type: clickhouse:24
type: clickhouse:24.3
configuration:
databases:
- main
Expand Down

0 comments on commit 3bdd88e

Please sign in to comment.