-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
34 lines (30 loc) · 916 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
## 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: node-beta-2.fuel.network
port: 80
## 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