Fix after deploy on Azure

This commit is contained in:
Sébastien André
2019-11-24 19:15:44 +01:00
parent c748db4ae5
commit ec5fac8826
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
{ {
"appService.showBuildDuringDeployPrompt": false, "appService.showBuildDuringDeployPrompt": false,
"appService.defaultWebAppToDeploy": "/subscriptions/058cb80d-0d13-49de-b50e-d6116c515e64/resourceGroups/skydiveLogsAngularResourceGroup/providers/Microsoft.Web/sites/skydiveLogsAngular",
"appService.deploySubpath": "Front\\skydivelogs-app\\dist" "appService.deploySubpath": "Front\\skydivelogs-app\\dist"
} }

View File

@@ -5,7 +5,7 @@
} }
}, },
"Cors": { "Cors": {
"FrontUrl": "http://skydivelogsangular.z6.web.core.windows.net" "FrontUrl": "https://skydivelogsangular.z6.web.core.windows.net"
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {