From 5b6624b5d6a275bcc762afdd8b443d8d6881fcaf Mon Sep 17 00:00:00 2001 From: Zulkhair Abdullah Daim <53172227+zulkhair@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:32:39 +0700 Subject: [PATCH] docs: add world.toml explanation docs (#802) --- docs/cardinal/game/configuration/evm.mdx | 3 ++- docs/cardinal/game/configuration/nakama.mdx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/cardinal/game/configuration/evm.mdx b/docs/cardinal/game/configuration/evm.mdx index 30ebc9a52..017c2205c 100644 --- a/docs/cardinal/game/configuration/evm.mdx +++ b/docs/cardinal/game/configuration/evm.mdx @@ -36,7 +36,8 @@ CHAIN_KEY_MNEMONIC = 'enact adjust liberty squirrel bulk ticket invest tissue an ### DA_AUTH_TOKEN -An authentication token obtained from the Celestia client, which is used to interact with Celestia’s Data Availability layer. +An authentication token obtained from the Celestia client, which is used to interact with Celestia’s Data Availability layer. +For more details, you can visit this link **Example** ``` diff --git a/docs/cardinal/game/configuration/nakama.mdx b/docs/cardinal/game/configuration/nakama.mdx index 3233e5aa7..baf18b719 100644 --- a/docs/cardinal/game/configuration/nakama.mdx +++ b/docs/cardinal/game/configuration/nakama.mdx @@ -5,7 +5,7 @@ description: 'This section configures Nakama, including allowlist, metrics, and ``` [nakama] -ENABLE_ALLOWLIST = "false" +ENABLE_ALLOWLIST = false OUTGOING_QUEUE_SIZE = 64 NAKAMA_TRACE_ENABLED = true NAKAMA_METRICS_ENABLED = true @@ -19,7 +19,7 @@ Enables Nakama’s allowlist feature, which allows for beta keys. This is useful **Example** ``` -ENABLE_ALLOWLIST = 'false' +ENABLE_ALLOWLIST = false ``` ### OUTGOING_QUEUE_SIZE