Skip to content

Commit

Permalink
Fix git backend path config key (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstraley authored Nov 15, 2024
1 parent 33d9731 commit cbdc34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbdc34e

Please sign in to comment.