You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/enable-api-center-portal.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ Follow these steps to build and test the API Center portal locally.
85
85
```bash
86
86
git checkout main
87
87
```
88
-
1. To configure the service, edit the `public/config.json` file to point to your service. Update the values in the file as follows:
88
+
1. To configure the service, copy or rename the `public/config.example` file to `public/config.json`.
89
+
1. Then edit the `public/config.json` file to point to your service. Update the values in the file as follows:
89
90
* Replace `<service name>` and `<region>` with the name of your API center and the region where it's deployed
90
91
* Replace `<client ID>` and `<tenant ID>` with the **Application (client) ID** and **Directory (tenant) ID** of the app registration you created in the previous section.
91
92
* Update the value of `title` to a name that you want to appear on the portal.
0 commit comments