Skip to content

Commit

Permalink
Merge pull request #249 from flipt-io/gm/git-access-token
Browse files Browse the repository at this point in the history
fix(configuration): correct reference for git access token
  • Loading branch information
GeorgeMac authored Jul 24, 2024
2 parents fd0a1fa + f1dc510 commit a76a1ee
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 @@ -327,7 +327,7 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"
| storage.git.directory | The root directory to search in the repository | | v1.40.0 |
| storage.git.authentication.basic.username | The username to use for basic authentication | | v1.25.0 |
| storage.git.authentication.basic.password | The password to use for basic authentication | | v1.25.0 |
| storage.git.authentication.token | The access token to use for authentication | | v1.25.0 |
| storage.git.authentication.token.access_token | The access token to use for authentication | | v1.25.0 |
| storage.git.authentication.ssh.password | Password used to generate the SSH key pair | | v1.30.0 |
| storage.git.authentication.ssh.private_key_path | Path to private key on the filesystem | | v1.30.0 |
| storage.git.authentication.ssh.private_key_bytes | (Alternative) Raw private key bytes | | v1.30.0 |
Expand Down

0 comments on commit a76a1ee

Please sign in to comment.