Skip to content

Commit 519a1ce

Browse files
committed
chore: update username
1 parent 6526fa2 commit 519a1ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/insights/src/config/server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ export const AMPLITUDE_API_KEY = defaultInProduction(
4545
"AMPLITUDE_API_KEY",
4646
"6faa78c51eff33087eb19f0f3dc76f33",
4747
);
48+
4849
export const CLICKHOUSE = {
4950
url:
5051
process.env.CLICKHOUSE_URL ??
5152
"https://ryf56suqpb.eu-west-2.aws.clickhouse.cloud:8443",
52-
username: process.env.CLICKHOUSE_USERNAME ?? "ui_user",
53+
username: process.env.CLICKHOUSE_USERNAME ?? "insights",
5354
password: demand("CLICKHOUSE_PASSWORD"),
5455
};
5556

0 commit comments

Comments
 (0)