cleanup config urls
parent
72b3374ef9
commit
42f30873b2
|
@ -62,7 +62,7 @@ resource webApp 'Microsoft.Web/sites@2022-03-01' = {
|
|||
appSettings: [
|
||||
{
|
||||
name: 'NetPodcastApi__BaseAddress'
|
||||
value: apiContainerApp.properties.configuration.ingress.fqdn
|
||||
value: 'https://${apiContainerApp.properties.configuration.ingress.fqdn}'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -57,11 +57,11 @@ resource webApp 'Microsoft.Web/sites@2022-03-01' = {
|
|||
appSettings: [
|
||||
{
|
||||
name: 'PodcastApi__BaseAddress'
|
||||
value: apiContainerApp.properties.configuration.ingress.fqdn
|
||||
value: 'https://${apiContainerApp.properties.configuration.ingress.fqdn}'
|
||||
}
|
||||
{
|
||||
name: 'ListenTogetherHub'
|
||||
value: hubWebApp.properties.hostNames[0]
|
||||
value: 'https://${hubWebApp.properties.hostNames[0]}/listentogether'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue