Skip to content

Commit f2f71ae

Browse files
committed
bug #1104 Swap cache configuration params in message_store docs (erik-treehouse)
This PR was merged into the main branch. Discussion ---------- Swap cache configuration params in `message_store` docs | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT The first key of the `message_store` should be the type, e.g. `cache`, `cloudflare`, `doctrine` etc Commits ------- 33ebc1d Swap cache configuration params
2 parents cc7b3f8 + 33ebc1d commit f2f71ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bundles/ai-bundle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ Message stores are defined in the ``message_store`` section of your configuratio
10931093
ai:
10941094
# ...
10951095
message_store:
1096-
youtube:
1097-
cache:
1096+
cache:
1097+
youtube:
10981098
service: 'cache.app'
10991099
key: 'youtube'
11001100

0 commit comments

Comments
 (0)