mirror of
https://github.com/insistence/RuoYi-Vue3-FastAPI.git
synced 2026-09-21 12:52:27 +00:00
feat: 新增多数据源功能 (#123)
* feat: 新增多数据源功能 * perf: 优化多worker下数据源打印重复日志的问题 * perf: 优化代码 * perf: 优化代码 * chore: 固定ai插件相关依赖
This commit is contained in:
@@ -42,7 +42,7 @@ class AppSnapshotSupport:
|
||||
"""
|
||||
env_module = self.infrastructure_gateway.get_env_module()
|
||||
app_config = env_module.AppConfig
|
||||
database_config = env_module.DataBaseConfig
|
||||
database_config = env_module.DataBaseConfig.default_source
|
||||
log_config = env_module.LogConfig
|
||||
redis_config = env_module.RedisConfig
|
||||
transport_crypto_config = env_module.TransportCryptoConfig
|
||||
|
||||
Reference in New Issue
Block a user