Update configuration.md (#740)

This commit is contained in:
john-knowles 2018-10-19 09:38:20 +01:00 committed by Denys Vuika
parent 2ebc1e597d
commit e305aed375

View File

@ -67,13 +67,13 @@ If you run the application from a different server than the Content Services ser
```json ```json
{ {
... ...
"baseShareUrl": "http://<serveraddress>", "baseShareUrl": "http://{serveraddress}{:port}",
... ...
} }
``` ```
<p class="warning"> <p class="warning">
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}".
</p> </p>