Skip to content

Commit

Permalink
Merge pull request #99 from exfinen/change-notary-server-url
Browse files Browse the repository at this point in the history
Change default notary server host from notary to prod-notary
  • Loading branch information
exfinen authored Dec 16, 2024
2 parents b508f87 + 0ec6c48 commit b9a57e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpc_demo_infra/client_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Settings(BaseSettings):
# Coordination server settings
coordination_server_url: str = "http://localhost:8005"
notary_server_host: str = "notary.mpcstats.org"
notary_server_host: str = "prod-notary.mpcstats.org"
notary_server_port: int = 8003

# mpc-demo-infra/certs
Expand Down

0 comments on commit b9a57e1

Please sign in to comment.