Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
osimuka committed Nov 18, 2024
1 parent ac7f914 commit 5ba4c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trade_remedies_caseworker/config/cf_env.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Any, Dict
from typing import Optional, Any
from pydantic import BaseModel, ConfigDict, Field
from pydantic_settings import BaseSettings

Expand All @@ -20,7 +20,7 @@ class CloudFoundrySettings(BaseSettings):
ALLOWED_HOSTS: str = ""
ORGANISATION_NAME: str = "Organisation name placeholder"
ORGANISATION_INITIALISM: str = "Organisation initialism placeholder"
BASIC_AUTH_USER: Optional[Dict[str, str]] = None
BASIC_AUTH_USER: Optional[str] = None
RESTRICT_IPS: bool = False
VCAP_SERVICES: Optional[VCAPServices] = {}
REDIS_DATABASE_NUMBER: int = 1
Expand Down

0 comments on commit 5ba4c64

Please sign in to comment.