Skip to content

Commit 75ed35d

Browse files
committed
Point Development Blazor Client to the API
1 parent c6406ff commit 75ed35d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/DeployBlazorClient.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
action: "upload"
2323
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
2424
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
25+
deployment_environment: Development
2526
app_location: "/PocketDDD.BlazorClient/PocketDDD.BlazorClient" # App source code path
2627
api_location: "" # Api source code path - optional
2728
output_location: "wwwroot" # Built app content directory - optional
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apiUrl": "",
3-
"fakeBackend": true
2+
"apiUrl": "pocketddd-dev-api-server.azurewebsites.net",
3+
"fakeBackend": false
44
}

0 commit comments

Comments
 (0)