Skip to content

Commit e4a67d1

Browse files
Minor config improvements
1 parent 51abe4e commit e4a67d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/mock/rollup.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ da_polling_interval_ms = 1000
3333

3434
[runner.http_config]
3535
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"
3838

3939
[monitoring]
4040
telegraf_address = "127.0.0.1:8094"
@@ -72,4 +72,4 @@ disable_state_root_consistency_checks = true
7272
# "TryToSave" - Attempt to recover by flushing batches and catching up with the chain
7373
recovery_strategy = "TryToSave"
7474
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/"

0 commit comments

Comments
 (0)