From 43b329793465897e3c485dc68dc214c502b4ff95 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 23 Aug 2023 23:04:16 +0200 Subject: [PATCH] config.php.dist aktualisiert Make queue name configurable --- config.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php.dist b/config.php.dist index 9d37a3a..9bfc8a4 100644 --- a/config.php.dist +++ b/config.php.dist @@ -5,6 +5,7 @@ $ami_host = '127.0.0.1'; $ami_port = '5038'; $ami_user = 'user'; $ami_pass = 'pass'; +$queue_name = 'warteschlange'; // Locales are in locale folder $lang = "en";