Skip to content

Commit

Permalink
Merge branch 'bugfix/koios_url' into 'dev'
Browse files Browse the repository at this point in the history
Fix koios

See merge request ergo/rosen-bridge/operation!34
  • Loading branch information
vorujack committed Jun 12, 2024
2 parents 3af774a + 15f65f0 commit 1c6ddae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/watcher/deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ or
```yaml
type: koios
koios:
url: https://api.koios.rest/api
url: https://api.koios.rest/api/v1/
authToken: YOUR_AUTH_TOKEN
```
> **NOTE**: When using docker there is an `KOIOS_AUTH_TOKEN` environment variable available for `authToken` that you can set instead of in the local configuration.

> Note: If you don't specify the koios url, it will use the https://api.koios.rest/api by default, but in case you're using ogmios as your source you should specify the host address and port of an ogmios instance.
> Note: If you don't specify the koios url, it will use the https://api.koios.rest/api/v1/ by default, but in case you're using ogmios as your source you should specify the host address and port of an ogmios instance.

> Note: If you're using a TLS enabled ogmios, set the useTls to true.

Expand Down

0 comments on commit 1c6ddae

Please sign in to comment.