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 4a9cd0b commit f9b8386Copy full SHA for f9b8386
framework/wazuh/core/config/models/central_config.py
@@ -51,7 +51,7 @@ class Config(WazuhConfigBaseModel):
51
Configuration for the communications API. Default is an instance of CommsAPIConfig.
52
"""
53
54
- server: ServerConfig
+ server: ServerConfig = ServerConfig()
55
indexer: IndexerConfig
56
engine: EngineConfig = EngineConfig()
57
management_api: ManagementAPIConfig = ManagementAPIConfig()
0 commit comments