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";