From 38096af45ceee3538e3ff76a525de2afd8188c2d Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 2 Sep 2022 23:31:35 -0500 Subject: [PATCH] revert config --- config/example.ipld-eth-beacon-indexer-config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/example.ipld-eth-beacon-indexer-config.json b/config/example.ipld-eth-beacon-indexer-config.json index cbfa28e..7481284 100644 --- a/config/example.ipld-eth-beacon-indexer-config.json +++ b/config/example.ipld-eth-beacon-indexer-config.json @@ -1,15 +1,15 @@ { "db": { "address": "localhost", - "password": "secret12", - "port": 45432, - "username": "postgres", - "name": "postgres", + "password": "password", + "port": 8076, + "username": "vdbm", + "name": "vulcanize_testing", "driver": "PGX" }, "bc": { "address": "localhost", - "port": 8001, + "port": 5052, "type": "lighthouse", "bootRetryInterval": 30, "bootMaxRetry": 5,