Skip to content
Open
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
29 changes: 11 additions & 18 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
## That will be the real .env-file that lets you configure this project.
## Then you can change variable values and follow instructions below according to your needs.

## Remote procedure call Endpoints of the KILT Blockchain to index (comma separated ","):
RPC_ENDPOINTS=

## Custom Host Machine Ports to map to the containers:
## Defining them allows running several instances on the same machine.
## Disclaimer: the tests only work with the default Postgres-Port `5432`
POSTGRES_HOST_PORT=
GRAPHQL_HOST_PORT=

## Set to "True" to work with the KILT-testnet "Peregrine"
CRAWL_PEREGRINE=

## Start your data base from a higher block
## If this variable is not set, the starting block would be 1
Expand All @@ -20,21 +31,3 @@ START_BLOCK=
## 5. Done! You can re-run the project normally again.
#SUB_COMMAND=reindex
#CUTOFF_HEIGHT=4300000

## Remote procedure call Endpoints of the KILT Blockchain to index (comma separated ","):
RPC_ENDPOINTS=

## Custom Host Machine Ports to map to the containers:
## Defining them allows running several instances on the same machine.
## Disclaimer: the tests only work with the default Postgres-Port `5432`
POSTGRES_HOST_PORT=
GRAPHQL_HOST_PORT=

## Set to "True" to work with the KILT-testnet "Peregrine"
CRAWL_PEREGRINE=

## Use BOTLabs private peregrine node:
## Only while running on internal server
PRIVATE_NODE_ENABLE=
PRIVATE_NODE_NET_NAME=

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/Hydrogen
lts/Jod
Loading