Skip to content

Commit 8702501

Browse files
committed
fix example
1 parent 01b3704 commit 8702501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ export default function SettingsPage() {
203203
isLoadingCredentials ||
204204
credentialSource === "env"
205205
}
206-
placeholder="https://your-clickhouse-host:8123"
206+
placeholder="https://quackpy.fly.dev"
207207
{...field}
208208
/>
209209
</FormControl>
210210
<FormDescription>
211-
The URL of your ClickHouse server, including
211+
The URL of your DuckDB/Quackpipe server, including
212212
protocol and port
213213
</FormDescription>
214214
<FormMessage />

0 commit comments

Comments
 (0)