File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ da_polling_interval_ms = 1000
33
33
34
34
[runner .http_config ]
35
35
bind_host = " 0.0.0.0"
36
- bind_port = 12346
37
- public_address = " http://127.0.0.1:12346 "
36
+ bind_port = 8546
37
+ public_address = " http://127.0.0.1:8546 "
38
38
39
39
[monitoring ]
40
40
telegraf_address = " 127.0.0.1:8094"
@@ -72,4 +72,4 @@ disable_state_root_consistency_checks = true
72
72
# "TryToSave" - Attempt to recover by flushing batches and catching up with the chain
73
73
recovery_strategy = " TryToSave"
74
74
batch_execution_time_limit_millis = 3000 # This should be adjusted depending on the DA layer's block times
75
- postgres_connection_string = " foo " # " postgresql://postgres:admin123 @localhost:5432/"
75
+ postgres_connection_string = " postgresql://postgres:yourpassword @localhost:5432/"
You can’t perform that action at this time.
0 commit comments