Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Riley <derek.riley@swirldslabs.com>
  • Loading branch information
derektriley committed Oct 24, 2024
1 parent b49436b commit 838354f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hedera-node/docs/design/services/service-configuration.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Service Configuration

The bulleted list below provides a comprehensive overview of the various configuration settings used in the Hedera Services. These settings are defined in various Config classes,
each managing a specific aspect of the system. For instance,
`AccountsConfig.java` controls account-related properties, while
`ContractsConfig.java` manages smart contract settings.
This document serves as a valuable resource for understanding how
Hedera Services can be customized and configured to meet specific requirements.
The bulleted list below provides a comprehensive overview of the various configuration settings used in the Hedera Services. These settings are defined in various Config classes,
each managing a specific aspect of the system. For instance,
`AccountsConfig.java` controls account-related properties, while
`ContractsConfig.java` manages smart contract settings.
This document serves as a valuable resource for understanding how
Hedera Services can be customized and configured to meet specific requirements.
For more detailed information on other types of configuration, please refer to the
hedera-node/docs/design/services/service-configuration.md
[Service Configuration](hedera-node/docs/services-configuration.md) file.
Expand Down Expand Up @@ -44,4 +44,4 @@ hedera-node/docs/design/services/service-configuration.md
- **TraceabilityConfig.java**: Manages traceability settings including export limits and gas throttle ratios.
- **TssConfig.java**: Configures the Threshold Signature Scheme (TSS) service, including retry settings and ledger ID enabling.
- **UtilPrngConfig.java**: Contains settings related to the pseudo-random number generator utility.
- **VersionConfig.java**: Manages version-related settings including software version numbers and configuration versions.
- **VersionConfig.java**: Manages version-related settings including software version numbers and configuration versions.

0 comments on commit 838354f

Please sign in to comment.