Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fetcher CHAIN env variable #23

Merged
merged 2 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/node-operators-guide/fetcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Before we launch the **Orakl Network Fetcher**, we must specify [several environ
* `REDIS_PORT`
* `ORAKL_NETWORK_API_URL`
* `APP_PORT`
* `CHAIN`

`REDIS_HOST` and `REDIS_PORT` represent host and port of [Redis](https://redis.io/) to which the **Orakl Network Fetcher** connect to. The default values are `localhost` and `6379`, respectively. Redis is used indirectly through [BullMQ](https://docs.bullmq.io/) to collect data in regular predefined intervals.

Expand Down
1 change: 1 addition & 0 deletions kr/node-operators-guide/fetcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ orakl-cli fetcher stop \
* `REDIS_PORT`
* `ORAKL_NETWORK_API_URL`
* `APP_PORT`
* `CHAIN`

`REDIS_HOST` 와 `REDIS_PORT`는 **Orakl Network Fetcher** 가 연결하는 [Redis](https://redis.io/)의 호스트와 포트를 나타냅니다. 기본 값은 각각 `localhost`와 `6379`입니다. Redis는 [BullMQ](https://docs.bullmq.io/)를 통해 정기적으로 미리 정의된 간격으로 데이터를 수집하는 데 사용됩니다.

Expand Down