From b49d0347560bcf4c5fc5f9995a5b36d276c926ca Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Tue, 3 Dec 2024 17:24:21 +0000 Subject: [PATCH] Update README.md use demo user --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb6144e..7de0802 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 ```