Settings to Dev Portal Migrations
The /config/settings.json
file has been deprecated. You should migrate to the
new /config/dev-portal.json
file.
The old settings.json
file looks like this.
- To migrate this file, open your project in GitHub or pull the source locally.
- Rename the
setting.json
file todev-portal.json
- Move the items contained in the
developerPortal
section to the top level. - Add a top-level value of
"enableAuthentication": true
. - The final file should look like this: