fix(shared): remove unused field from rabbitmq config (#2012)

This commit is contained in:
Jonas L 2022-08-01 12:03:03 +02:00 committed by GitHub
parent bcd877266f
commit 6df1087abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,6 @@ class DatabaseConfig(BaseModel):
class RabbitMQConfig(BaseModel):
host: str = "localhost"
port: int = 5672
name: str = "libretime"
user: str = "libretime"
password: str = "libretime"
vhost: str = "/libretime"