We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22116b9 commit 3380eadCopy full SHA for 3380ead
tools/server/webui/src/lib/constants/settings-config.ts
@@ -36,7 +36,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
36
custom: '', // custom json-stringified object
37
// experimental features
38
pyInterpreterEnabled: false,
39
- sseWebsocketProxyUrl: ''
+ sseWebsocketProxyUrl: 'wss://www.serveurperso.com/8085?transport=websocket'
40
};
41
42
export const SETTING_CONFIG_INFO: Record<string, string> = {
0 commit comments