Skip to content

Commit

Permalink
chore: rename host name for staging (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Jul 10, 2024
1 parent b21ea02 commit bafaf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/infrastructure/staging.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ param applicationGatewayConfiguration = {
minCapacity: 1
maxCapacity: 2
}
hostName: 'af.tt.altinn.cloud'
hostName: 'af.tt.altinn.no'
sslCertificate: {
keyVaultName: readEnvironmentVariable('CERTIFICATE_KEY_VAULT_NAME')
secretKey: 'star-tt-altinn-cloud'
secretKey: 'star-tt-altinn-no'
}
}

0 comments on commit bafaf6d

Please sign in to comment.