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 d887881 commit 05cc58fCopy full SHA for 05cc58f
pkg/persistence/migrations/dbm008_plugin_config.py
@@ -10,7 +10,9 @@ async def upgrade(self):
10
11
if 'plugin' not in self.ap.instance_config.data:
12
self.ap.instance_config.data['plugin'] = {
13
- 'runtime_ws_url': 'ws://localhost:5400/control/ws',
+ 'runtime_ws_url': 'ws://langbot_plugin_runtime:5400/control/ws',
14
+ 'enable_marketplace': True,
15
+ 'cloud_service_url': 'https://space.langbot.app',
16
}
17
18
await self.ap.instance_config.dump_config()
0 commit comments