mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[DURACOM-288] Change properties description
This commit is contained in:
@@ -33,9 +33,8 @@ export interface SSRConfig extends Config {
|
||||
|
||||
/**
|
||||
* When a different REST base URL is used for the server-side application, the generated state contains references to
|
||||
* REST resources with the internal URL configured, so it is not transferred to the client application, by default.
|
||||
* Enabling this setting transfers the state to the client application and replaces internal URLs with the public
|
||||
* URLs used by the client application.
|
||||
* REST resources with the internal URL configured. By default, these internal URLs are replaced with public URLs.
|
||||
* Disable this setting to avoid URL replacement during SSR. In this the state is not transferred to avoid security issues.
|
||||
*/
|
||||
replaceRestUrl: boolean;
|
||||
|
||||
|
Reference in New Issue
Block a user