Skip to content

Commit 95acfb4

Browse files
authored
fix: Default value is not set in Redis connection string using environment variable (#4136)
Removed documentation of Redis connection string supporting default values when using environment variables as it isn't supported Fixes #3669 Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
1 parent 73601e4 commit 95acfb4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/how-to-guides/running-feast-in-production.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -257,17 +257,6 @@ online_store:
257257
connection_string: ${REDIS_CONNECTION_STRING}
258258
```
259259
260-
It is possible to set a default value if the environment variable is not set, with `${ENV_VAR:"default"}`. For instance:
261-
262-
```yaml
263-
project: my_project
264-
registry: data/registry.db
265-
provider: local
266-
online_store:
267-
type: redis
268-
connection_string: ${REDIS_CONNECTION_STRING:"0.0.0.0:6379"}
269-
```
270-
271260
***
272261
273262
## Summary

0 commit comments

Comments
 (0)