Skip to content

Commit

Permalink
revert app.properties change
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 committed Dec 13, 2024
1 parent 79073e7 commit 0971000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simulator/src/main/resources/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ grpc.port=8080
# ----------------------------------------------
# BlockStreamConfig
# ----------------------------------------------
blockStream.simulatorMode=CONSUMER
blockStream.simulatorMode=PUBLISHER
# ----------------------------------------------
# Prometheus Config
# ----------------------------------------------
Expand All @@ -19,8 +19,8 @@ blockStream.simulatorMode=CONSUMER
# We might consider enabling this on a different
# port to track simulator metrics from a
# dashboard.
prometheus.endpointEnabled=true
prometheus.endpointPortNumber=9997
prometheus.endpointEnabled=false
prometheus.endpointPortNumber=9998
# ----------------------------------------------
# BlockAsFileLargeDataSets config
# ----------------------------------------------
Expand Down

0 comments on commit 0971000

Please sign in to comment.