Skip to content

Commit

Permalink
Merge pull request #1745 from materialsproject/dev
Browse files Browse the repository at this point in the history
add 20005 port
  • Loading branch information
tschaume committed Apr 11, 2024
2 parents 4c8e4ce + 3119c9c commit 5402b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-client/mpcontribs/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
PROVIDERS = {"github", "google", "facebook", "microsoft", "amazon"}
COMPONENTS = ["structures", "tables", "attachments"] # using list to maintain order
SUBDOMAINS = ["contribs", "ml", "micro"]
PORTS = [5000, 5002, 5003, 5005, 10000, 10002, 10003, 10005, 20000]
PORTS = [5000, 5002, 5003, 5005, 10000, 10002, 10003, 10005, 20000, 20005]
HOSTS = ["localhost", "contribs-apis"]
HOSTS += [f"192.168.0.{i}" for i in range(36, 47)] # PrivateSubnetOne
HOSTS += [f"192.168.0.{i}" for i in range(52, 63)] # PrivateSubnetTwo
Expand Down

0 comments on commit 5402b20

Please sign in to comment.