Expand description
Handles application configuration for erpc-analysis.
This module defines structures for parsing the Config.toml file and for
loading sensitive information like Neo4j credentials from environment
variables.
Structsยง
- The fully processed and usable configuration for the
erpc-analysisapplication. It combines settings from the TOML file and environment variables. - Holds Neo4j connection parameters. These are loaded from environment variables if
neo4j_allowedis true. - Represents the
[primary]table within theConfig.tomlfile. It extracts settings relevant toerpc-analysisfrom this section. - Represents the root structure of the
Config.tomlfile.erpc-analysisis primarily interested in the settings within the[primary]table.