kopia lustrzana https://github.com/bugout-dev/moonstream
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
rodzic
9d41941403
commit
b0dc2c9e9c
|
@ -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>"
|
||||
|
|
Ładowanie…
Reference in New Issue