Environment improvements for Docker and testing. #83

Merged
telackey merged 5 commits from telackey/testenv into main 2022-11-03 02:31:04 +00:00
Showing only changes of commit a6301feb30 - Show all commits

View File

@ -5,7 +5,7 @@ POSTGRES_USER=ethbeacondb
POSTGRES_DB=ethbeacondb
LIGHTHOUSE_HOST=host.docker.internal
LIGHTHOUSE_PORT=5053
LIGHTHOUSE_PORT=5052
LIGHTHOUSE_PROTOCOL=http
CAPTURE_MODE=head
@ -23,6 +23,6 @@ KG_PROCESS_KNOWN_GAPS_ENABLED=true
KG_MAX_KNOWN_GAPS_WORKER=2
KG_MINIMUM_SLOT=4700013
PROM_HOST=localhost
PROM_HOST=host.docker.internal
PROM_PORT=9000
PROM_METRICS_ENABLED=false