pull/27/head
Neeraj Kashyap 2021-07-28 20:45:19 -07:00
rodzic 0f2d50a475
commit c5422c920d
2 zmienionych plików z 2 dodań i 0 usunięć

1
crawlers/.gitignore vendored
Wyświetl plik

@ -166,3 +166,4 @@ prod.env.ps1
dev.env.ps1
.venv
.crawlers
.secrets

Wyświetl plik

@ -1,3 +1,4 @@
# Path to IPC socket to use for web3 connections
export MOONSTREAM_IPC_PATH=null
export MOONSTREAM_CRAWL_WORKERS=4
export MOONSTREAM_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"