README.md aktualisiert

Make queue name configurable
This commit is contained in:
Stefan Ritter 2023-08-23 23:08:19 +02:00
parent 90c8e4ca83
commit eb8a8f56f4
1 changed files with 1 additions and 0 deletions

View File

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