Skip to content

Commit 509e3f9

Browse files
committed
fix redis config
#11329 (comment)
1 parent b546d41 commit 509e3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ function tryCreateUrl(url: string) {
190190
function convertRedisOptions(options: RedisOptionsSource, host: string): RedisOptions & RedisOptionsSource {
191191
return {
192192
...options,
193+
password: options.pass,
193194
prefix: options.prefix ?? host,
194195
family: options.family == null ? 0 : options.family,
195196
keyPrefix: `${options.prefix ?? host}:`,

0 commit comments

Comments
 (0)