Skip to content

Commit 3380ead

Browse files
wip: personal defaults for testing-branch (website only)
1 parent 22116b9 commit 3380ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/constants/settings-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
3636
custom: '', // custom json-stringified object
3737
// experimental features
3838
pyInterpreterEnabled: false,
39-
sseWebsocketProxyUrl: ''
39+
sseWebsocketProxyUrl: 'wss://www.serveurperso.com/8085?transport=websocket'
4040
};
4141

4242
export const SETTING_CONFIG_INFO: Record<string, string> = {

0 commit comments

Comments
 (0)