Skip to content

Commit

Permalink
Set ETOS RabbitMQ parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Oct 16, 2024
1 parent ee93dbe commit d2faff4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def start(self, minimum_amount: int, maximum_amount: int) -> str:
rabbitmq_password = rabbitmq.get("password", "")
etos_rabbitmq_password = etos_rabbitmq.get("password", "")
rabbitmq_password = rabbitmq.get("password", "")
etos_rabbitmq_password = etos_rabbitmq.get("password", "")
if os.getenv("ETOS_ENCRYPTION_KEY") is not None:
rabbitmq_password = encrypt(
rabbitmq_password.encode(), os.getenv("ETOS_ENCRYPTION_KEY", "")
Expand Down

0 comments on commit d2faff4

Please sign in to comment.