mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DURACOM-288] Add DSpace property to specify addition rest url
This commit is contained in:
@@ -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 '/'.
|
||||
|
Reference in New Issue
Block a user