Allow the web API to accept raw SQL queries.
Index of account to use for signing.
Require users to authenticate for some operations.
Authentication strategy
Database type.
Amount of time to wait before fetching new blocks, if the Fuel GQL client returns no data.
Amount of time to wait before fetching new blocks, if an executor error occurs.
Use an embedded PostgresQL database.
Binary name for forc index CLI.
Directory at which general Fuel assets and metadata are stored.
Host of the running Fuel node.
Listening port of the running Fuel node.
How long to wait if request to the Fuel GQL client returned no data.
Directory inside FUEL_HOME_DIR at which indexer assets and metadata are stored.
Number of failed calls to allow before stopping the indexer.
Allow indexers to connect to the Fuel node specified in their respective manifests.
How long to initially wait before retrying to connect to the database.
Amount of time (seconds) before expiring token (if JWT scheme is specified).
JWT issuer
JWT secret (should not be used in production)
Start a local Fuel node.
Log level.
Max body size for GraphQL API requests (5 MB).
If using --stop-idle-indexers, this is the number of empty blocks after which the executor should stop.
How many times to retry connecting to the database.
The number of WASM opcodes after which the indexer’s handle_events function will stop execution.
Amount of blocks to return in a request to a Fuel node.
Postgres database.
Postgres host.
Postgres password.
Postgres port.
Postgres username.
Enable rate limiting.
Maximum number of requests to allow over –rate-limit-window..
Number of seconds over which to allow –rate-limit-rps.
Whether to remove the indexed data when replacing an indexer.
Whether to allow replacing an indexer.
Run migrations on startup.
Size of web-API-to-executor-service channel.
Stop indexers that have seen MAX_CONSECUTIVE_EMPTY_BLOCK_RESPONSES.
Make a metrics endpoint available at /api/metrics.
Verbose output for database operations.
Verbose output.
GraphQL API host.
GraphQL API port.