Skip to content

Commit

Permalink
Merge pull request #5 from MysteryDragon/correct-readme
Browse files Browse the repository at this point in the history
Small corrections in README
  • Loading branch information
bashkarev authored Aug 29, 2017
2 parents 55f6249 + 3422098 commit 2e4b219
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,7 +90,7 @@ Insert csv files

> Files are uploaded in parallel.
```php
```php
/**
* @var \bashkarev\clickhouse\InsertFiles $insert
*/
Expand Down

0 comments on commit 2e4b219

Please sign in to comment.