From 0073a9a02d9cb0f5d4f96bae6e75e4b1de001625 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Wed, 22 Jul 2026 21:30:24 +0100 Subject: [PATCH] added yugabytedb support --- docs/polis/deploy/env-variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polis/deploy/env-variables.mdx b/docs/polis/deploy/env-variables.mdx index 9635de1c48..3ac9bc7e80 100644 --- a/docs/polis/deploy/env-variables.mdx +++ b/docs/polis/deploy/env-variables.mdx @@ -240,7 +240,7 @@ new context. ### DB_TYPE -Only needed when DB_ENGINE is sql. Supported values are `postgres`, `cockroachdb`, `mysql`, `mariadb`, `mssql` +Only needed when DB_ENGINE is sql. Supported values are `postgres`, `cockroachdb`, `yugabytedb`, `mysql`, `mariadb`, `mssql` Default: `postgres`