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 e8b615a commit 21e96ceCopy full SHA for 21e96ce
src/murfey/util/config.py
@@ -93,7 +93,7 @@ class Security(BaseModel):
93
session_token_timeout: Optional[int] = None
94
auth_type: Literal["password", "cookie"] = "password"
95
cookie_key: str = ""
96
- rabbitmq_credentials: Optional[Path] = None
+ rabbitmq_credentials: Path
97
feedback_queue: str = "murfey_feedback"
98
graylog_host: str = ""
99
graylog_port: Optional[int] = None
0 commit comments