Skip to content

Commit 252e327

Browse files
committed
more
1 parent ca2a82a commit 252e327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend/src/lib/clickhouse.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function createClickhouseClient(authType: "admin" | "external", database?
77
url: getEnvVariable("STACK_CLICKHOUSE_URL"),
88
username: authType === "admin" ? getEnvVariable("STACK_CLICKHOUSE_ADMIN_USER") : "limited_user",
99
password: authType === "admin" ? getEnvVariable("STACK_CLICKHOUSE_ADMIN_PASSWORD") : getEnvVariable("STACK_CLICKHOUSE_EXTERNAL_PASSWORD"),
10-
database: getEnvVariable("STACK_CLICKHOUSE_DATABASE", "default"),
10+
database
1111
});
1212
}
1313

0 commit comments

Comments
 (0)