aboutsummaryrefslogtreecommitdiff
path: root/jb/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'jb/settings.py')
-rw-r--r--jb/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jb/settings.py b/jb/settings.py
index 538b89f..5754add 100644
--- a/jb/settings.py
+++ b/jb/settings.py
@@ -45,7 +45,7 @@ class Settings(AmtJbBaseSettings):
debug: bool = False
app_name: str = "AMT JB API"
- fsb_host: HttpUrl = Field(default="https://fsb.generalresearch.com/")
+ fsb_host: HttpUrl = Field(default=HttpUrl("https://fsb.generalresearch.com/"))
# Needed for admin function on fsb w/o authentication
fsb_host_private_route: Optional[str] = Field(default=None)