Skip to content

Commit

Permalink
update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Dec 19, 2023
1 parent 3c79f46 commit d8a66aa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ewms_sidecar/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from wipac_dev_tools import from_environment_as_dataclass

LOGGER = logging.getLogger("clientmanager")
LOGGER = logging.getLogger("ewms-sidecar")

LOCAL_K8S_HOST = "local"

Expand All @@ -34,13 +34,6 @@ class EnvConfig:
CLIENT_STARTER_WAIT_FOR_STARTUP_JSON: int = 60
CONDOR_TOKEN: str = ""
#
WORKER_K8S_TOKEN: str = ""
WORKER_K8S_CACERT: str = ""
WORKER_K8S_CONFIG_FILE_BASE64: str = ""
# local k8s
WORKER_K8S_LOCAL_APPLICATION_NAME: str = ""
WORKER_K8S_LOCAL_WORKERS_MAX: int = 3 # don't want too many *local* workers
#
EWMS_PILOT_QUARANTINE_TIME: int = 0
#
EWMS_TMS_S3_ACCESS_KEY_ID: str = ""
Expand Down

0 comments on commit d8a66aa

Please sign in to comment.