Skip to content

Commit

Permalink
chore(config): correct copy paste error in oci config
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Nov 14, 2023
1 parent 73c394c commit ce60152
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"

#### Storage OCI

| Property | Description | Default | Since |
| ------------------------------------------ | ----------------------------------------------------- | --------------------- | ------- |
| storage.object.oci.repository | The target bundle repository (with optional registry) | | v1.31.0 |
| storage.object.oci.authentication.username | The username to use for authentication | | v1.31.0 |
| storage.object.oci.authentication.password | The password to use for authentication | | v1.31.0 |
| storage.object.oci.bundles_directory | The directory in which to store local bundles | $config/flipt/bundles | v1.31.0 |
| storage.object.oci.poll_interval | The interval to poll the registry for changes | 30s | v1.31.0 |
| Property | Description | Default | Since |
| ----------------------------------- | ----------------------------------------------------- | --------------------- | ------- |
| storage.oci.repository | The target bundle repository (with optional registry) | | v1.31.0 |
| storage.oci.authentication.username | The username to use for authentication | | v1.31.0 |
| storage.oci.authentication.password | The password to use for authentication | | v1.31.0 |
| storage.oci.bundles_directory | The directory in which to store local bundles | $config/flipt/bundles | v1.31.0 |
| storage.oci.poll_interval | The interval to poll the registry for changes | 30s | v1.31.0 |

### Cache

Expand Down

0 comments on commit ce60152

Please sign in to comment.