From 34220983e254e872571a7d08d28132d5b68023b6 Mon Sep 17 00:00:00 2001 From: Pavel Dovlatov Date: Tue, 29 Aug 2017 11:22:55 +0300 Subject: [PATCH] Small corrections in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e66169..401e989 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ return [ //.... 'clickhouse' => [ 'class' => 'bashkarev\clickhouse\Connection', - 'dsn' => 'host=localhost;port=8823;database=default;connect_timeout_with_failover_ms=10', + 'dsn' => 'host=localhost;port=8123;database=default;connect_timeout_with_failover_ms=10', 'username' => 'default', - 'password' => 'default' - ] + 'password' => '', + ], ]; ``` -[All settings](https://clickhouse.yandex/reference_en.html#Settings) +[All settings](https://clickhouse.yandex/docs/en/operations/settings/index.html) Using DebugPanel @@ -90,7 +90,7 @@ Insert csv files > Files are uploaded in parallel. -```php +```php /** * @var \bashkarev\clickhouse\InsertFiles $insert */