mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DURACOM-288] Set dspace.server.ssr.url as dspace.server.url by default
This commit is contained in:
@@ -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 '/'.
|
||||
|
@@ -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 '/'.
|
||||
|
Reference in New Issue
Block a user