Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jan 3, 2025
1 parent 01b3704 commit 8702501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ export default function SettingsPage() {
isLoadingCredentials ||
credentialSource === "env"
}
placeholder="https://your-clickhouse-host:8123"
placeholder="https://quackpy.fly.dev"
{...field}
/>
</FormControl>
<FormDescription>
The URL of your ClickHouse server, including
The URL of your DuckDB/Quackpipe server, including
protocol and port
</FormDescription>
<FormMessage />
Expand Down

0 comments on commit 8702501

Please sign in to comment.