Skip to content

Commit

Permalink
AUTO: Sync ScalarDL docs in English to docs site repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Sep 18, 2024
1 parent ac59f43 commit bd52bde
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions versioned_docs/version-3.8/configurations.mdx
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit bd52bde

Please sign in to comment.