Skip to content

Commit

Permalink
chore: fix redis username verison number
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Apr 11, 2024
1 parent 0c91e3c commit 32161c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001"
| cache.redis.host | Host to access the Redis database | localhost | v1.10.0 |
| cache.redis.port | Port to access the Redis database | 6379 | v1.10.0 |
| cache.redis.db | Redis database to use | 0 | v1.10.0 |
| cache.redis.username | Username to access the Redis database | | v1.40.1 |
| cache.redis.password | Password to access the Redis database | | v1.10.0 |
| cache.redis.require_tls | Require TLS to access the Redis database | false | v1.25.0 |
| cache.redis.pool_size | Max number of socket connections per CPU | 10 | v1.25.0 |
| cache.redis.min_idle_conn | Minimum number of idle connections in the pool | 0 | v1.25.0 |
| cache.redis.conn_max_idle_time | Maximum amount of time a connection can be idle | 30m | v1.25.0 |
| cache.redis.net_timeout | Network timeout for Redis connections | 0 | v1.25.0 |
| cache.redis.username | Username to access the Redis database | | v1.41.0 |

### Audit Events

Expand Down
2 changes: 1 addition & 1 deletion configuration/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Flipt has its own custom OCI manifest format (we call them `bundles`), which can
<Note>
Certain OCI registries may require setting the OCI manifest version to something other than the default (`1.1`) to work correctly.

In this case, you can set the `FLIPT_STORAGE_OCI_MANIFEST_VERSION` environment variable or `storage.oci.manifest_version` configuration property to the desired version (e.g. `1.0`).
In this case, you can set the `FLIPT_STORAGE_OCI_MANIFEST_VERSION` environment variable or `storage.oci.manifest_version` configuration property to the desired version (e.g. `1.0`).

See [this issue](https://github.com/flipt-io/flipt/issues/2907) for more information.

Expand Down

0 comments on commit 32161c8

Please sign in to comment.