Skip to content

Commit

Permalink
Remove unnecessary config values #133
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Nov 4, 2024
1 parent 69583f0 commit 45ac714
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scigateway_auth/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@


class Config(Enum):
HOST = "host"
PORT = "port"
DEBUG_MODE = "debug_mode"
ICAT_URL = "icat_url"
LOG_LEVEL = "log_level"
LOG_LOCATION = "log_location"
PRIVATE_KEY_PATH = "private_key_path"
PUBLIC_KEY_PATH = "public_key_path"
ACCESS_TOKEN_VALID_FOR = "access_token_valid_for" # noqa: S105
Expand Down

0 comments on commit 45ac714

Please sign in to comment.