We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368dd2f commit 1cf01e7Copy full SHA for 1cf01e7
src/murfey/util/config.py
@@ -68,7 +68,6 @@ class MachineConfig(BaseModel, extra=Extra.allow): # type: ignore
68
rsync_url: str = ""
69
70
security_configuration_path: Optional[Path] = None
71
- auth_url: str = ""
72
73
notifications_queue: str = "pato_notification"
74
@@ -88,6 +87,7 @@ class Security(BaseModel):
88
87
crypto_key: str
89
auth_key: str = ""
90
auth_algorithm: str = ""
+ auth_url: str = ""
91
sqlalchemy_pooling: bool = True
92
allow_origins: List[str] = ["*"]
93
session_validation: str = ""
0 commit comments