From eb8a8f56f4d68d65323490fc33b01091f5da2639 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 23 Aug 2023 23:08:19 +0200 Subject: [PATCH] README.md aktualisiert Make queue name configurable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c00bdd3..be6cdb2 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,4 @@ Copy config.php.dist to config.php and adjust the following lines: $ami_port = '5038'; $ami_user = 'your_ami_user'; $ami_pass = 'your_ami_pass'; + $queue_name = 'name_of_your_queue';