forked from FuelLabs/fuel-indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
36 lines (32 loc) · 927 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## 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.
##
## For more info on how the Fuel indexer works, read the book: https://fuellabs.github.io/fuel-indexer/master/
## or specifically read up on these configuration options: https://fuellabs.github.io/fuel-indexer/master/getting-started/configuration.html
## 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. Use either the Postgres
## configuration or the SQLite configuration, but not both
#
# database:
# postgres:
# user: postgres
# database:
# password:
# host: 127.0.0.1
# port: 5432
# sqlite:
# path: database/sqlite/sqlite.db
#
# metrics: true