diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 1ad1eef1e..98e331c98 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -67,13 +67,13 @@ If you run the application from a different server than the Content Services ser ```json { ... - "baseShareUrl": "http://", + "baseShareUrl": "http://{serveraddress}{:port}", ... } ```

-If you run the application as part of Tomcat and not in the root (subfolder), then "baseShareUrl" value should contain full address to the app, for example: "baseShareUrl": "http://{serveraddress}/{foldername}", +If you run the application as part of Tomcat and not in the root (subfolder), then "baseShareUrl" value should contain full address to the app, for example: "baseShareUrl": "http://{serveraddress}{:port}/{folder}".