Update RabbitMQ host configuration and enhance Dockerfiles with dnf plugins

This commit is contained in:
okd
2025-06-05 01:51:13 +02:00
parent 9f674a3518
commit 045910c72d
5 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ logging.basicConfig(
logger = logging.getLogger('unifier')
# Configuración de RabbitMQ
RABBITMQ_HOST = 'rabbitmq'
RABBITMQ_HOST = 'rabbitmq-app.whisper.svc.cluster.local'
RABBITMQ_USER = 'user'
RABBITMQ_PASS = 'password'
UNIFY_QUEUE = 'text_unify_queue'