Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #827 from abpio/configuration-application
Browse files Browse the repository at this point in the history
Update Customizing the Configuration of the ABP Application document
  • Loading branch information
EngincanV authored Sep 30, 2024
2 parents 9f70b52 + dcf6412 commit 143e4a1
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
}
```

```json
"Web": {
"rootUrl": "https://yourapp.azurewebsites.net/"
}
```

{{else}}

- Modify the **yourapp.Web** URL in every location throughout your project.
Expand All @@ -53,6 +59,12 @@
}
```

```json
"Web": {
"rootUrl": "https://yourapp.azurewebsites.net/"
}
```

- Modify the **yourapp.ApiHost** URL in every location throughout your project.

This includes the following files:
Expand Down Expand Up @@ -105,6 +117,12 @@
}
```

```json
"Angular": {
"rootUrl": "https://yourapp.azurewebsites.net/"
}
```

- Modify the **yourapp.HttpApi.Host** URL in every location throughout your project.

This includes the following files:
Expand All @@ -131,6 +149,12 @@
}
```

```json
"Blazor": {
"rootUrl": "https://yourapp.azurewebsites.net/"
}
```

- Modify the **yourapp.HttpApi.Host** URL in every location throughout your project.

This includes the following files:
Expand Down Expand Up @@ -185,6 +209,12 @@
}
```

```json
"Blazor": {
"rootUrl": "https://yourapp.azurewebsites.net/"
}
```

- Modify the **yourapp.ApiHost** URL in every location throughout your project.

This includes the following files:
Expand Down

0 comments on commit 143e4a1

Please sign in to comment.