fix: bad protocol of default plugin debug url

This commit is contained in:
Junyan Qin
2025-12-05 16:04:22 +08:00
parent 8f0da7943c
commit e64d56c4ac

View File

@@ -58,4 +58,4 @@ plugin:
runtime_ws_url: 'ws://langbot_plugin_runtime:5400/control/ws'
enable_marketplace: true
cloud_service_url: 'https://space.langbot.app'
display_plugin_debug_url: 'http://localhost:5401'
display_plugin_debug_url: 'ws://localhost:5401/plugin/debug/ws'