Skip to content

Commit 6ab5a88

Browse files
committed
Switch to Test environment for Azure
1 parent 7cf6491 commit 6ab5a88

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/DeployBlazorClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +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
25+
deployment_environment: Test
2626
app_location: "/PocketDDD.BlazorClient/PocketDDD.BlazorClient" # App source code path
2727
api_location: "" # Api source code path - optional
2828
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": "https://pocketddd-dev-api-server.azurewebsites.net/api",
3-
"fakeBackend": false
2+
"apiUrl": "",
3+
"fakeBackend": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"apiUrl": "https://dddsw2023pocketdddserverwebapitest.azurewebsites.net/api/",
2+
"apiUrl": "https://pocketddd-dev-api-server.azurewebsites.net/api/",
33
"fakeBackend": false
44
}

0 commit comments

Comments
 (0)