소스 검색

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"),
 };