Skip to content

Commit 21e96ce

Browse files
committed
RabbitMQ credentials are mandatory as well for Murfey to operate correctly
1 parent e8b615a commit 21e96ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Security(BaseModel):
9393
session_token_timeout: Optional[int] = None
9494
auth_type: Literal["password", "cookie"] = "password"
9595
cookie_key: str = ""
96-
rabbitmq_credentials: Optional[Path] = None
96+
rabbitmq_credentials: Path
9797
feedback_queue: str = "murfey_feedback"
9898
graylog_host: str = ""
9999
graylog_port: Optional[int] = None

0 commit comments

Comments
 (0)