瀏覽代碼

chore: update username

Alexandru Cambose 3 月之前
父節點
當前提交
519a1ce609
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/insights/src/config/server.ts

+ 2 - 1
apps/insights/src/config/server.ts

@@ -45,11 +45,12 @@ export const AMPLITUDE_API_KEY = defaultInProduction(
   "AMPLITUDE_API_KEY",
   "6faa78c51eff33087eb19f0f3dc76f33",
 );
+
 export const CLICKHOUSE = {
   url:
     process.env.CLICKHOUSE_URL ??
     "https://ryf56suqpb.eu-west-2.aws.clickhouse.cloud:8443",
-  username: process.env.CLICKHOUSE_USERNAME ?? "ui_user",
+  username: process.env.CLICKHOUSE_USERNAME ?? "insights",
   password: demand("CLICKHOUSE_PASSWORD"),
 };