diff --git a/versioned_docs/version-3.8/configurations.mdx b/versioned_docs/version-3.8/configurations.mdx new file mode 100644 index 00000000..e5a6fe91 --- /dev/null +++ b/versioned_docs/version-3.8/configurations.mdx @@ -0,0 +1,21 @@ +# ScalarDL Configurations + +This page describes an overview of the available configurations for ScalarDL. + +## Ledger configurations + +You can configure several settings for the Ledger server, such as service port settings, authentication settings, and TLS settings. + +For details about all available configurations, see the Fields section of the `LedgerConfig` page in the [Javadoc](https://javadoc.io/doc/com.scalar-labs/scalardl-common/latest/index.html) of the version of ScalarDL that you are using. + +## Auditor configurations + +You can configure several settings for the Auditor server, such as service port settings, authentication settings, and TLS settings. + +For details about all available configurations, see the Fields section of the `AuditorConfig` page in the [Javadoc](https://javadoc.io/doc/com.scalar-labs/scalardl-common/latest/index.html) of the version of ScalarDL that you are using. + +## Client configurations + +You can configure several settings for clients, such as Ledger server and Auditor server settings, authentication settings, and TLS settings. + +For details about all available configurations, see the Fields section of the `ClientConfig` page in the [Javadoc](https://javadoc.io/doc/com.scalar-labs/scalardl-java-client-sdk/latest/index.html) of the version of ScalarDL that you are using.