-
Notifications
You must be signed in to change notification settings - Fork 1
/
example_config.yaml
66 lines (54 loc) · 1.24 KB
/
example_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
listen_addr: ":5555"
log_level: "debug"
metrics:
addr: ":9090"
enabled: true
http:
edge_cache:
enabled: true
frame_ttl: 1440m
forky:
retention_period: "30m"
store:
type: memory
config: {}
# type: s3
# config:
# region: "us-east-1"
# endpoint: http://localhost:9000
# bucket_name: forkchoice
# access_key: minioadmin
# access_secret: minioadmin
# type: fs
# config:
# base_dir: "/data/forky"
indexer:
dsn: "file::memory:?cache=shared"
driver_name: sqlite
# dsn: "postgres://user:secret@localhost:5432/mydatabasename"
# driver_name: postgres
sources:
- name: "example"
type: "beacon_node"
config:
address: "http://localhost:5052"
polling_interval: "12s"
labels:
- "example_label"
ethereum:
network:
# name: "mainnet"
# spec:
# seconds_per_slot: 12
# slots_per_epoch: 32
# genesis_time: 1606824023
# name: "goerli"
# spec:
# seconds_per_slot: 12
# slots_per_epoch: 32
# genesis_time: 1616508000
# name: "sepolia"
# spec:
# seconds_per_slot: 12
# slots_per_epoch: 32
# genesis_time: 1655733600