Skip to content

Commit

Permalink
Update config.example.json (#27)
Browse files Browse the repository at this point in the history
https://upshotworld.slack.com/archives/C06TUMEP3LM/p1723139422909399

By default we should have the worker and reputer run on the same port so that both work in the simplest path.

Signed-off-by: kush-alloralabs <kush@alloralabs.xyz>
  • Loading branch information
kush-alloralabs authored Aug 9, 2024
1 parent fca10d4 commit ecde55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"loopSeconds": 30,
"minStake": 100000,
"parameters": {
"SourceOfTruthEndpoint": "http://source:8888/truth/{Token}/{BlockHeight}",
"SourceOfTruthEndpoint": "http://source:8000/truth/{Token}/{BlockHeight}",
"Token": "ethereum"
}
}
Expand Down

0 comments on commit ecde55f

Please sign in to comment.