Added MOONSTREAM_HUMBUG_TOKEN environment variable

The ethereum trending addresses crawler will be the first one to report
data through a Humbug journal. This requires us to accept a Humbug token
as configuration.
pull/92/head
Neeraj Kashyap 2021-08-09 04:36:52 -07:00
rodzic 9d41941403
commit b0dc2c9e9c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2,3 +2,4 @@
export MOONSTREAM_IPC_PATH=null
export MOONSTREAM_CRAWL_WORKERS=4
export MOONSTREAM_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"
export MOONSTREAM_HUMBUG_TOKEN="<Token for crawlers store data via Humbug>"