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
The `<tag>` corresponds to the current release version, which can be found in the [Releases Page](https://github.com/graphprotocol/indexer-rs/releases).
29
+
30
+
#### Tag Examples for Version X.Y.Z
31
+
For version `X.Y.Z`, the available tags include:
32
+
-`latest`
33
+
-`vX.Y.Z`
34
+
-`X.Y.Z`
35
+
-`vX.Y`
36
+
-`X.Y`
37
+
-`vX`
38
+
39
+
Refer to the following badges for the latest release versions:
Open the `minimal-config-example.toml` file and populate the required fields. Some fields must be configured with values from [this table](https://thegraph.com/docs/en/tap/#blockchain-addresses).
80
+
81
+
2.**Override with Environment Variables (Optional):**
82
+
You can override configuration fields using environment variables. Use the prefix `INDEXER_`, and for nested fields, use double underscores `__`. For example:
0 commit comments