mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Create new environment variables for tts redis
This commit is contained in:
parent
fb28d7b3d1
commit
881a98eb86
1 changed files with 2 additions and 2 deletions
|
|
@ -241,8 +241,8 @@ export const textToSpeechStreamingHandler = Sentry.GCPFunction.wrapHttpFunction(
|
|||
|
||||
// create redis client
|
||||
const redisClient = createRedisClient(
|
||||
process.env.REDIS_URL,
|
||||
process.env.REDIS_CERT
|
||||
process.env.REDIS_TTS_URL,
|
||||
process.env.REDIS_TTS_CERT
|
||||
)
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue