mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #4222 from omnivore-app/fix/tts-cache
fix: use tts-cache Redis server for tts cache
This commit is contained in:
commit
dd51500acf
1 changed files with 2 additions and 2 deletions
|
|
@ -238,8 +238,8 @@ export const textToSpeechStreamingHandler = Sentry.GCPFunction.wrapHttpFunction(
|
|||
// create redis source
|
||||
const redisDataSource = new RedisDataSource({
|
||||
cache: {
|
||||
url: process.env.REDIS_URL,
|
||||
cert: process.env.REDIS_CERT,
|
||||
url: process.env.REDIS_TTS_URL,
|
||||
cert: process.env.REDIS_TTS_CERT,
|
||||
},
|
||||
mq: {
|
||||
url: process.env.MQ_REDIS_URL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue