mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Bring back ClickHouse Mirror
This commit is contained in:
parent
3b3ec5aa76
commit
288e56f830
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ const ClickHouseModel = zod.object({
|
|||
});
|
||||
|
||||
const ClickHouseMirrorModel = zod.union([
|
||||
zod.object({}),
|
||||
zod.object({
|
||||
CLICKHOUSE_MIRROR_PROTOCOL: zod.union([zod.literal('http'), zod.literal('https')]),
|
||||
CLICKHOUSE_MIRROR_HOST: zod.string(),
|
||||
|
|
@ -70,6 +69,7 @@ const ClickHouseMirrorModel = zod.union([
|
|||
CLICKHOUSE_MIRROR_USERNAME: zod.string(),
|
||||
CLICKHOUSE_MIRROR_PASSWORD: zod.string(),
|
||||
}),
|
||||
zod.object({}),
|
||||
]);
|
||||
|
||||
const PrometheusModel = zod.object({
|
||||
|
|
|
|||
Loading…
Reference in a new issue