We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6526fa2 commit 519a1ceCopy full SHA for 519a1ce
apps/insights/src/config/server.ts
@@ -45,11 +45,12 @@ export const AMPLITUDE_API_KEY = defaultInProduction(
45
"AMPLITUDE_API_KEY",
46
"6faa78c51eff33087eb19f0f3dc76f33",
47
);
48
+
49
export const CLICKHOUSE = {
50
url:
51
process.env.CLICKHOUSE_URL ??
52
"https://ryf56suqpb.eu-west-2.aws.clickhouse.cloud:8443",
- username: process.env.CLICKHOUSE_USERNAME ?? "ui_user",
53
+ username: process.env.CLICKHOUSE_USERNAME ?? "insights",
54
password: demand("CLICKHOUSE_PASSWORD"),
55
};
56
0 commit comments