## The following is an example Fuel indexer configuration file.
##
## This configuration spec is intended to be used for a single instance
## of a Fuel indexer node or service.
## Fuel Node configuration
fuel_node:
host: 127.0.0.1
port: 4000
## GraphQL API configuration
graphql_api:
host: 127.0.0.1
port: 29987
run_migrations: false
## Database configuration options.
database:
postgres:
user: postgres
database:
password:
host: 127.0.0.1
port: 5432
metrics: true