Skip to content

Commit a750ce6

Browse files
authored
Merge pull request #2962 from pyth-network/fix/db-config
chore: update default db config
2 parents 4a1a0e0 + 519a1ce commit a750ce6

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,10 +45,11 @@ 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 ??
51-
"https://oxcuvjrqq7.eu-west-2.aws.clickhouse.cloud:8443",
52+
"https://ryf56suqpb.eu-west-2.aws.clickhouse.cloud:8443",
5253
username: process.env.CLICKHOUSE_USERNAME ?? "insights",
5354
password: demand("CLICKHOUSE_PASSWORD"),
5455
};

0 commit comments

Comments
 (0)