A server that stores data for eCTF infra.
Create a config.py with the following:
AUTH_TOKEN = "auth_token" # token to connect to the log server api
BUILD_LOG_PORT = ...
TEST_LOG_PORT = ...
PROVISION_STATUS_PORT = ...
BUILD_STATUS_PORT = ...
LISTEN_TOKEN = # auth token for zmq socketsRun using python3 -m fastapi run src/api.py