diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index f6a8b9dcef..c310c505ad 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -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 '/'. diff --git a/dspace/config/local.cfg.EXAMPLE b/dspace/config/local.cfg.EXAMPLE index e2d0fae3e5..7a565823e8 100644 --- a/dspace/config/local.cfg.EXAMPLE +++ b/dspace/config/local.cfg.EXAMPLE @@ -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 '/'.