mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf279049c0 | ||
|
|
05cc58f2d7 |
@@ -10,7 +10,9 @@ class DBMigratePluginConfig(migration.DBMigration):
|
|||||||
|
|
||||||
if 'plugin' not in self.ap.instance_config.data:
|
if 'plugin' not in self.ap.instance_config.data:
|
||||||
self.ap.instance_config.data['plugin'] = {
|
self.ap.instance_config.data['plugin'] = {
|
||||||
'runtime_ws_url': 'ws://localhost:5400/control/ws',
|
'runtime_ws_url': 'ws://langbot_plugin_runtime:5400/control/ws',
|
||||||
|
'enable_marketplace': True,
|
||||||
|
'cloud_service_url': 'https://space.langbot.app',
|
||||||
}
|
}
|
||||||
|
|
||||||
await self.ap.instance_config.dump_config()
|
await self.ap.instance_config.dump_config()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
semantic_version = 'v4.3.1'
|
semantic_version = 'v4.3.2'
|
||||||
|
|
||||||
required_database_version = 8
|
required_database_version = 8
|
||||||
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
||||||
|
|||||||
Reference in New Issue
Block a user