Skip to content

Commit

Permalink
fix: change default config to use sqllite3 on sync library for aggreg…
Browse files Browse the repository at this point in the history
…ator
  • Loading branch information
joanestebanr committed Sep 18, 2024
1 parent 39d1c02 commit 2933229
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,9 @@ SequencerPrivateKey = {}
L1ChainID = 11155111
HTTPHeaders = []
[Aggregator.Synchronizer]
[Aggregator.Synchronizer.DB]
Name = "sync_db"
User = "sync_user"
Password = "sync_password"
Host = "cdk-l1-sync-db"
Port = "5432"
EnableLog = false
MaxConns = 10
[Aggregator.Synchronizer.SQLDB]
DriverName = "sqlite3"
DataSourceName = "file:/tmp/aggregator_sync_db.sqlite"
[Aggregator.Synchronizer.Synchronizer]
SyncInterval = "10s"
SyncChunkSize = 1000
Expand Down

0 comments on commit 2933229

Please sign in to comment.