After the application is installed to the server, you can check and change the Web API URL in the application folder on the server.
To check and change the Web API URL for an application:
-
Go to the server root > [appname] folder (named after the App name configured in IDE, for example "salesdemo_cloud").
-
Open the apprun.json file in a text editor and change the Web API URL (and the launcher URL and runtime URL) when necessary.
{ "deployment_urls": { "launcher": "CloudAppPublisher/CloudAppInstall 22.0", "runtime": "CloudAppPublisher/runtime/22.1.0.2670", "web_api": "http://localhost:5099" } }