mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Update configuration.md (#740)
This commit is contained in:
parent
2ebc1e597d
commit
e305aed375
@ -67,13 +67,13 @@ If you run the application from a different server than the Content Services ser
|
||||
```json
|
||||
{
|
||||
...
|
||||
"baseShareUrl": "http://<serveraddress>",
|
||||
"baseShareUrl": "http://{serveraddress}{:port}",
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user