Created
August 4, 2018 19:57
-
-
Save Stepa4man/f5f084b16568faa59a9b47d96e0cf8ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'queue' => | |
array ( | |
'amqp' => | |
array ( | |
'host' => '0.0.0.0', | |
'port' => '5672', | |
'user' => 'guest', | |
'password' => 'guest', | |
'virtualhost' => '/', | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment