Skip to content

Commit

Permalink
chore: update example config files (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored May 28, 2024
1 parent af6c0e3 commit a849d22
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target
tmp
benches
examples/kupo-client
benches
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kupo-client
10 changes: 7 additions & 3 deletions examples/sync-preprod/dolos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ wal_size = 1000
[sync]
pull_batch_size = 200

[relay]
listen_address = "[::]:30013"
magic = 1

[submit]
prune_height = 10000

Expand All @@ -26,10 +30,10 @@ genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c32303
listen_address = "[::]:50051"

[serve.ouroboros]
listen_address = "[::]:30013"
listen_path = "dolos.socket"
magic = 1

[logging]
max_level = "debug"
include_pallas = true
max_level = "info"
# include_pallas = true
# include_tonic = true
7 changes: 5 additions & 2 deletions examples/sync-preview/dolos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c32303
listen_address = "[::]:50051"

[serve.ouroboros]
listen_address = "localhost:30013"
listen_path = "dolos.socket"
magic = 2

[relay]
listen_address = "[::]:30013"

[logging]
max_level = "debug"
max_level = "info"

0 comments on commit a849d22

Please sign in to comment.