Skip to content

Commit

Permalink
add port 20000 to valid urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Aug 10, 2022
1 parent 4809e1a commit 9201d9f
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 @@ -66,7 +66,7 @@
PROVIDERS = {"github", "google", "facebook", "microsoft", "amazon"}
COMPONENTS = ["structures", "tables", "attachments"] # using list to maintain order
SUBDOMAINS = ["contribs", "lightsources", "ml", "workshop-contribs"]
PORTS = [5000, 5002, 5003, 5005, 10000, 10002, 10003, 10005]
PORTS = [5000, 5002, 5003, 5005, 10000, 10002, 10003, 10005, 20000]
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 9201d9f

Please sign in to comment.