Skip to content

Commit 8bcb203

Browse files
committed
chore(sign)
1 parent 801b322 commit 8bcb203

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gatewayd_plugins.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ actionTimeout: 30s
3939

4040
# action redis configures a Redis connection for the async actions to be published to.
4141
actionRedis:
42+
# enabled controls whether to enable redis as async action queue
43+
enabled: false
44+
45+
# if enabled, the url and channel are used to connect to the Redis server.
4246
address: ${REDIS_URL} # Use environment variable for Redis URL
4347
channel: gatewayd-actions
4448

0 commit comments

Comments
 (0)