Skip to content

Commit

Permalink
add world.toml explanation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zulkhair committed Nov 5, 2024
1 parent c9173e5 commit bb10c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/cardinal/game/configuration/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href='https://docs.celestia.org/developers/node-tutorial#auth-token' target='_blank'>link</a>

**Example**
```
Expand Down
4 changes: 2 additions & 2 deletions docs/cardinal/game/configuration/nakama.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bb10c13

Please sign in to comment.