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.
2 parents 4a1a0e0 + 519a1ce commit a750ce6Copy full SHA for a750ce6
apps/insights/src/config/server.ts
@@ -45,10 +45,11 @@ 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 ??
- "https://oxcuvjrqq7.eu-west-2.aws.clickhouse.cloud:8443",
52
+ "https://ryf56suqpb.eu-west-2.aws.clickhouse.cloud:8443",
53
username: process.env.CLICKHOUSE_USERNAME ?? "insights",
54
password: demand("CLICKHOUSE_PASSWORD"),
55
};
0 commit comments