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 8368360 commit e8006e1Copy full SHA for e8006e1
src/murfey/util/config.py
@@ -70,7 +70,7 @@ class MachineConfig(BaseModel, extra=Extra.allow): # type: ignore
70
security_configuration_path: Optional[Path] = None
71
auth_url: str = ""
72
73
- notifications_queue: str = "pato_notifications"
+ notifications_queue: str = "pato_notification"
74
75
76
def from_file(config_file_path: Path, instrument: str = "") -> Dict[str, MachineConfig]:
0 commit comments