Skip to content

Commit

Permalink
chore: update prover config
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <spaitrault@polygon.technology>
  • Loading branch information
Freyskeyd committed Oct 23, 2024
1 parent cfc660a commit f1ed3c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/bridge-infra/agglayer-prover-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ max-concurrency-limit = 100
max-request-duration = 300
max-buffered-queries = 100

[Log]
Environment = "production" # "production" or "development"
Level = "{{.global_log_level}}"
Outputs = ["stderr"]
Format = "json"
[log]
environment = "production" # "production" or "development"
level = "{{.global_log_level}}"
outputs = ["stderr"]
format = "json"

[Telemetry]
PrometheusAddr = "0.0.0.0:{{.prometheus_port}}"
[telemetry]
prometheus-addr = "0.0.0.0:{{.prometheus_port}}"

[cpu-prover]
max-concurrency-limit = 100
Expand Down

0 comments on commit f1ed3c7

Please sign in to comment.