@progalaxyelabs/ngx-stonescriptphp-client 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,6 +27,12 @@ class MyEnvironmentModel {
|
|
|
27
27
|
* @example { host: 'https://files.progalaxyelabs.com/api/' }
|
|
28
28
|
*/
|
|
29
29
|
filesServer;
|
|
30
|
+
/**
|
|
31
|
+
* Chat service server configuration.
|
|
32
|
+
* Used by Angular portals to establish authenticated WebSocket connections.
|
|
33
|
+
* @example { host: 'wss://chat.progalaxyelabs.com' }
|
|
34
|
+
*/
|
|
35
|
+
chatServer;
|
|
30
36
|
/**
|
|
31
37
|
* Authentication configuration.
|
|
32
38
|
* @default { mode: 'cookie', refreshEndpoint: '/auth/refresh', useCsrf: true }
|