-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml
63 lines (63 loc) · 1.69 KB
/
config.yml
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
chain:
name: sepolia
readerDatabase:
name: db
host: postgres
port: "5432"
user: postgres
password: "pass"
writerDatabase:
name: db
host: postgres
port: "5432"
user: postgres
password: "pass"
bigtable:
project: explorer
instance: bigtable:9000
lastAttestationCachePath: "/data/lastAttestationCache"
eth1ErigonEndpoint: 'http://erigon:8545'
eth1GethEndpoint: 'http://erigon:8545'
redisCacheEndpoint: 'redis:6379'
tieredCacheProvider: 'redis'
#tieredCacheProvider: 'bigtable'
frontend:
siteDomain: "localhost:8080"
siteName: "sitename"
siteSubtitle: "subtitle"
server:
host: '0.0.0.0' # Address to listen on
port: '8080' # Port to listen on
readerDatabase:
name: db
host: postgres
port: "5432"
user: postgres
password: "pass"
writerDatabase:
name: db
host: postgres
port: "5432"
user: postgres
password: "pass"
sessionSecret: "11111111111111111111111111111111"
jwtSigningSecret: "1111111111111111111111111111111111111111111111111111111111111111"
jwtIssuer: "localhost"
jwtValidityInMinutes: 30
maxMailsPerEmailPerDay: 10
mail:
mailgun:
sender: no-reply@localhost
domain: mg.localhost
privateKey: "key-11111111111111111111111111111111"
csrfAuthKey: '1111111111111111111111111111111111111111111111111111111111111111'
indexer:
# fullIndexOnStartup: false # Perform a one time full db index on startup
# indexMissingEpochsOnStartup: true # Check for missing epochs and export them after startup
node:
host: lighthouse
port: '4000'
type: lighthouse
eth1Endpoint: "http://erigon:8545"
eth1DepositContractAddress: '0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D'
eth1DepositContractFirstBlock: 1273020