1- # # You can actually run the project without setting any enviroment varibles .
2- # # They are all optional and have default fallbacks.
1+ # # You can actually run the project by just assigning Spiritnet nodes to `RPC_ENDPOINTS` .
2+ # # All other environment variables are optional and have default fallbacks.
33
44
55# # Nevertheless, please duplicate this file on the same directory and rename it ".env".
66# # That will be the real .env-file that lets you configure this project.
77# # Then you can change variable values and follow instructions below according to your needs.
88
9+ # # Remote procedure call Endpoints of the KILT Blockchain to index (comma separated ","):
10+ RPC_ENDPOINTS =
11+
12+ # # Custom Host Machine Ports to map to the containers:
13+ # # Defining them allows running several instances on the same machine.
14+ # # Disclaimer: the tests only work with the default Postgres-Port `5432`
15+ POSTGRES_HOST_PORT =
16+ GRAPHQL_HOST_PORT =
17+
18+ # # Set to "True" to work with the KILT-testnet "Peregrine"
19+ CRAWL_PEREGRINE =
920
1021# # Start your data base from a higher block
1122# # If this variable is not set, the starting block would be 1
12- # # WARNING: Setting a higher starting block leads to crashes when dependecies on previos entities can't be fulfilled.
23+ # # WARNING: Setting a higher starting block leads to crashes when dependencies on previous entities can't be fulfilled.
1324START_BLOCK =
1425
1526# # To delete a portion of the data base from the end:
@@ -20,20 +31,3 @@ START_BLOCK=
2031# # 5. Done! You can re-run the project normally again.
2132# SUB_COMMAND=reindex
2233# CUTOFF_HEIGHT=4300000
23-
24- # # Remote procedure call Endpoints of the KILT Blockchain to index (coma separated ","):
25- RPC_ENDPOINTS =
26-
27- # # Custom Host Machine Ports to map to the containers:
28- # # Defining them allows running several instances on the same machine.
29- POSTGRES_HOST_PORT =
30- GRAPHQL_HOST_PORT =
31-
32- # # Set to "True" to work with the KILT-testnet "Peregrine"
33- CRAWL_PEREGRINE =
34-
35- # # Use BOTLabs private peregrine node:
36- # # Only while running on internal server
37- PRIVATE_NODE_ENABLE =
38- PRIVATE_NODE_NET_NAME =
39-
0 commit comments