Skip to content

Commit

Permalink
build: mandatory FMTM_DOMAIN variable in api
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 5, 2024
1 parent ae60e54 commit f03e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Settings(BaseSettings):
DEBUG: bool = False
LOG_LEVEL: str = "INFO"

FMTM_DOMAIN: Optional[str]
FMTM_DOMAIN: str
FMTM_DEV_PORT: Optional[str] = "7050"

EXTRA_CORS_ORIGINS: Optional[Union[str, list[str]]] = []
Expand Down

0 comments on commit f03e8f6

Please sign in to comment.