Skip to content

Commit

Permalink
Merge branch '8-update-api-key-doc' into 'dev'
Browse files Browse the repository at this point in the history
add api-key to general configs

Closes #8

See merge request ergo/rosen-bridge/operation!23
  • Loading branch information
vorujack committed Feb 23, 2024
2 parents edb1003 + aff6d73 commit ee10405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/watcher/deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ Finally, an example Ergo watcher `local.yaml` file would look like:

```yaml
network: ergo
api:
apiKeyHash: 'YOUR_API_KEY_HASH'
ergo:
type: explorer
initialHeight: <latest height>
Expand Down Expand Up @@ -234,6 +236,8 @@ Finally, an example Cardano watcher `local.yaml` file would look like:

```yaml
network: cardano
api:
apiKeyHash: 'YOUR_API_KEY_HASH'
ergo:
type: explorer
initialHeight: <latest height>
Expand Down

0 comments on commit ee10405

Please sign in to comment.