Skip to content

Commit

Permalink
Fix docs (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantmonu51 authored Mar 21, 2024
1 parent 910f990 commit d3ab215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/reference/olap-engines/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Please see our [Using Multiple OLAP Engines](multiple-olap.md) page.
## Configuring Rill Developer

When using Rill for local development, there are two options to configure Rill to enable ClickHouse as an OLAP engine:
- You can set `connection.clickhouse.dsn` in your project's `.env` file or try pulling existing credentials locally using `rill env pull` if the project has already been deployed to Rill Cloud
- You can pass in `connection.clickhouse.dsn` as a variable to `rill start` directly (e.g. `rill start --var connection.clickhouse.dsn=...`)
- You can set `connector.clickhouse.dsn` in your project's `.env` file or try pulling existing credentials locally using `rill env pull` if the project has already been deployed to Rill Cloud
- You can pass in `connector.clickhouse.dsn` as a variable to `rill start` directly (e.g. `rill start --env connector.clickhouse.dsn=...`)

:::tip Getting DSN errors in dashboards after setting `.env`?

Expand All @@ -95,8 +95,8 @@ If you are facing issues related to DSN connection errors in your dashboards eve
## Configuring Rill Cloud

When deploying a ClickHouse-backed project to Rill Cloud, you have the following options to pass the appropriate connection string to Rill Cloud:
- Use the `rill env configure` command to set `connection.clickhouse.dsn` after deploying the project
- If `connection.clickhouse.dsn` has already been set in your project `.env`, you can push and update these variables directly in your cloud deployment by using the `rill env push` command
- Use the `rill env configure` command to set `connector.clickhouse.dsn` after deploying the project
- If `connector.clickhouse.dsn` has already been set in your project `.env`, you can push and update these variables directly in your cloud deployment by using the `rill env push` command

:::info

Expand Down

0 comments on commit d3ab215

Please sign in to comment.