add Features__FeedIngestion env var for api ca
parent
52a23e555c
commit
3fbb38dca6
|
@ -158,6 +158,10 @@ resource apiContainerApp 'Microsoft.App/containerApps@2022-03-01' = {
|
|||
name: 'ConnectionStrings__PodcastDb'
|
||||
secretRef: 'podcastdb'
|
||||
}
|
||||
{
|
||||
name: 'Features__FeedIngestion'
|
||||
value: '${deployIngestion}'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue