[DURACOM-288] Set dspace.server.ssr.url as dspace.server.url by default

This commit is contained in:
Giuseppe Digilio
2025-01-08 18:38:38 +01:00
parent c39042095a
commit 648d9f6972
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ 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 =
dspace.server.ssr.url = ${dspace.server.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 '/'.

View File

@@ -43,7 +43,7 @@ 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 =
dspace.server.ssr.url = ${dspace.server.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 '/'.