[DURACOM-288] Change properties description

This commit is contained in:
Giuseppe Digilio
2025-01-30 20:42:20 +01:00
parent e1fad603f0
commit 04e5f59cdf
3 changed files with 10 additions and 17 deletions

View File

@@ -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;