Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
use demo user
  • Loading branch information
gingerwizard authored Dec 3, 2024
1 parent c1a108f commit b49d034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,12 @@ For users wishing to make changes to just the app and use the existing ClickHous
```
host: https://sql-clickhouse.clickhouse.com
port: 443
user: play
user: demo
```
Users can connect to this instance with the clickhouse-client and issue queries i.e.

```bash
clickhouse client -h sql-clickhouse.clickhouse.com --user play --secure
clickhouse client -h sql-clickhouse.clickhouse.com --user demo --secure
```

See [App Configuration](#configuration).
Expand Down Expand Up @@ -377,7 +377,7 @@ Modify the settings with your clickhouse cluster details, e.g. if using the publ

```
CLICKHOUSE_HOST=https://sql-clickhouse.clickhouse.com
CLICKHOUSE_USERNAME=play
CLICKHOUSE_USERNAME=demo
CLICKHOUSE_PASSWORD=
PYPI_DATABASE=pypi
```
Expand Down

0 comments on commit b49d034

Please sign in to comment.