[DURACOM-288] Add DSpace property to specify addition rest url

This commit is contained in:
Giuseppe Digilio
2024-07-31 21:18:46 +02:00
parent b0e4d679a6
commit 2cd8dbf782

View File

@@ -26,6 +26,10 @@ dspace.dir = /dspace
# and is usually "synced" with the "rest" section in the DSpace User Interface's config.*.yml.
# It corresponds to the URL that you would type into your browser to access the REST API.
dspace.server.url = http://localhost:8080/server
# Additional URL of DSpace backend which could be used by DSpace frontend during SSR execution.
# May require a port number if not using standard ports (80 or 443)
# DO NOT end it with '/'.
dspace.server.ssr.url =
# Public URL of DSpace frontend (Angular UI). May require a port number if not using standard ports (80 or 443)
# DO NOT end it with '/'.