Localhost binding
Abstract
How to run Commerce Engine in debug mode.
All Commerce services sites provide localhost binding that you can use for debugging purposes.
To run the Commerce Engine in debug mode:
Launch Microsoft Internet Information Services (IIS).
In IIS, open the
c:\inetpub\wwwroot\SitecoreBizFx\assets\config.json
file.Update the
EngineUri
setting as follows (or use your custom authoring port value):"EngineUri" : "https://locahost:5000"