From cbdc34e3bfd2337f8a27770ebae9fd4bb017560f Mon Sep 17 00:00:00 2001 From: Tim Straley <42082701+tstraley@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:06:17 -0700 Subject: [PATCH] Fix git backend path config key (#289) --- configuration/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/overview.mdx b/configuration/overview.mdx index 4c01b0f..b91a8c6 100644 --- a/configuration/overview.mdx +++ b/configuration/overview.mdx @@ -334,7 +334,7 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001" | storage.git.authentication.ssh.private_key_bytes | (Alternative) Raw private key bytes | | v1.30.0 | | storage.git.authentication.ssh.insecure_ignore_host_key | Skip verifying the known hosts key (avoid in production) | false | v1.30.0 | | storage.git.backend.type | The backend to use for git repository storage (options: memory, local) | memory | v1.43.0 | -| storage.git.backend.local.path | The path to the local storage directory for git backend | | v1.43.0 | +| storage.git.backend.path | The path to the local storage directory for git backend | | v1.43.0 | #### Storage Object