Skip to content

Commit 8a5129f

Browse files
fix hostname hint for clickhouse creds
1 parent 6ebb952 commit 8a5129f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/connect-db/db-credentials-forms/clickhouse-credentials-form/clickhouse-credentials-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[disabled]="submitting"
1010
[(ngModel)]="connection.host">
1111
<mat-hint>
12-
E.g. <strong><code>my-test-db.cvfuxe8nltiq.us-east-2.rds.amazonaws.com</code></strong>
12+
E.g. <strong><code>my-test-db.eu-west-2.aws.clickhouse.cloud</code></strong>
1313
<br/>
1414
Connections from internal IPs (e.g. localhost) are not supported
1515
</mat-hint>

0 commit comments

Comments
 (0)