Skip to content

Commit

Permalink
docs: fix outdated comment for default env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 16, 2023
1 parent 37df54e commit 9e70a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SOCKET_IO_PATH="/socket.io/"
REDIS_CONNECTION=

# Subscription pattern the Redis PubSub connection. The default is configured
# to be chord.* for the Bento platform, but it can be set to anything.
# to the below value for the Bento platform, but it can be set to anything.
# See https://redis.io/topics/pubsub and specifically the pattern-matching.
REDIS_SUBSCRIBE_PATTERN="bento.*"

Expand Down

0 comments on commit 9e70a35

Please sign in to comment.