scailable / sclblpy

Python package for Scailable uploads
MIT License
19 stars 1 forks source link

Change the default endpoints to the correct port #21

Closed MKaptein closed 4 years ago

MKaptein commented 4 years ago

Currently sclblpy tries to submit to:

USER_MANAGER_URL: str = "https://admin.sclbl.net"  # Location of the user manager.
TOOLCHAIN_URL: str = "https://toolchain.sclbl.net"  # Location of the toolchain server.

But this should be:

USER_MANAGER_URL: str = "https://usermanager.sclbl.net:8008"  # Location of the user manager.
TOOLCHAIN_URL: str = "https://toolchain.sclbl.net:8010"  # Location of the toolchain server.