Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1018 Bytes

File metadata and controls

25 lines (19 loc) · 1018 Bytes

Migration guide

In case you want to migrate from the old stack into the new stack quickly, you can use the following two configurations to help you migrate without changing too many fields.

You just need to drop the config, use it in the --config args and add some additional environment variables.

Please take a deeper look at the config, but 90% of the time you'll be safe just using it. If you find any issues using this config, feel free to open an issue.

Booleans inside config

The configuration doesn't accept booleans as strings, so in case you had INDEXER_SERVICE_SERVE_NETWORK_SUBGRAPH environment variable, please update to INDEXER_SERVICE__SERVE_NETWORK_SUBGRAPH and use true/false as values (or you could update directly in the configuration).

Please update the config accordingly. Also, check out the explanation for each field in config/minimal-config-example.toml and also config/maximal-config-example.toml