mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove azure config from backend
This commit is contained in:
parent
69eb22ae3c
commit
a8e8fe23da
1 changed files with 0 additions and 3 deletions
|
|
@ -156,8 +156,6 @@ const nullableEnvVars = [
|
|||
'READWISE_API_URL',
|
||||
'INTEGRATION_TASK_HANDLER_URL',
|
||||
'TEXT_TO_SPEECH_TASK_HANDLER_URL',
|
||||
'AZURE_SPEECH_KEY',
|
||||
'AZURE_SPEECH_REGION',
|
||||
'GCP_LOCATION',
|
||||
'RECOMMENDATION_TASK_HANDLER_URL',
|
||||
'POCKET_CONSUMER_KEY',
|
||||
|
|
@ -333,7 +331,6 @@ export function getEnv(from: Dict<string>): BackendEnv {
|
|||
sender,
|
||||
sendgrid,
|
||||
readwise,
|
||||
azure,
|
||||
gcp,
|
||||
pocket,
|
||||
subscription,
|
||||
|
|
|
|||
Loading…
Reference in a new issue