Skip to content

Commit

Permalink
fix: linter issue with links
Browse files Browse the repository at this point in the history
  • Loading branch information
jot2re committed Oct 4, 2024
1 parent e87d6b2 commit a0c2dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting_started/gateway/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
```
**Zama Gateway** requires several specific configurations as shown in the provided `docker-compose-gateway.yml` file.

<! -- markdown-link-check-disable -->
| Variable | Description | Default Value |
| --- | --- | --- |
| GATEWAY__ETHEREUM__CHAIN_ID | Chain ID for fhEVM | 9000 |
Expand All @@ -54,7 +54,8 @@ services:
| GATEWAY__STORAGE__URL | URL for storage gateway | http://localhost:8088 |
| ASC_CONN__BLOCKCHAIN__ADDRESSES | Blockchain addresses for ASC connection. Same as `GATEWAY__KMS__ADDRESS` | http://localhost:9090 |
| GATEWAY__ETHEREUM__RELAYER_KEY | Private key of the relayer | 7ec931411ad75a7c201469a385d6f18a325d4923f9f213bd882bbea87e160b67 |

<! -- markdown-link-check-enable-->

## Steps for Running

1. Run the **Zama Gateway** Docker Compose:
Expand Down

0 comments on commit a0c2dab

Please sign in to comment.