config.php.dist aktualisiert

Make queue name configurable
This commit is contained in:
Stefan Ritter 2023-08-23 23:04:16 +02:00
parent be0c72b588
commit 43b3297934
1 changed files with 1 additions and 0 deletions

View File

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