mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
bump clickhouse, disable validation (#4593)
* bump clickhouse, disable validation * tombi fmt
This commit is contained in:
@@ -27,6 +27,7 @@ pub async fn init_client_with_database(
|
||||
.with_url(dotenvy::var("CLICKHOUSE_URL").unwrap())
|
||||
.with_user(dotenvy::var("CLICKHOUSE_USER").unwrap())
|
||||
.with_password(dotenvy::var("CLICKHOUSE_PASSWORD").unwrap())
|
||||
.with_validation(false)
|
||||
};
|
||||
|
||||
client
|
||||
|
||||
Reference in New Issue
Block a user