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
1 changed files with 0 additions and 1 deletions

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"