You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -168,6 +165,12 @@ Now everything is ready to run your indexer:
168
165
$ dipdup -c config.yml run
169
166
```
170
167
168
+
Parameters wrapped with `${VARIABLE:-default_value}` in config could be set from corresponding environment variables. For example if you want to use another TzKT instance:
169
+
170
+
```shell
171
+
$ TZKT_URL=https://api.tzkt.io dipdup -c config.yml run
172
+
```
173
+
171
174
You can interrupt indexing at any moment, it will start from last processed block next time you run your app again.
172
175
173
176
Use `docker-compose.yml` included in this repo if you prefer to run dipdup in Docker:
Note that can use `DIPDUP_DATABASE_PASSWORD` environment variable to avoid storing database password in `dipdup.yml`.
183
-
184
185
### Optional: configure Hasura GraphQL Engine
185
186
186
187
`init` command generates Hasura metadata JSON in the package root. You can use `configure-graphql` command to apply it to the running GraphQL Engine instance:
0 commit comments