Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10770455
broker.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
broker.php
View Options
<?php
return
[
/*
|--------------------------------------------------------------------------
| Default message broker driver
|--------------------------------------------------------------------------
|
| This option controls the default message broker "driver" that will be
| used to send messages.
|
| Supported: "amqp"
|
*/
'driver'
=>
env
(
'BROKER_DRIVER'
,
'amqp'
),
/*
|--------------------------------------------------------------------------
| Message broker connections
|--------------------------------------------------------------------------
|
| Here are each of the message broker connections setup for the application.
|
*/
'connections'
=>
[
'amqp'
=>
[
'driver'
=>
'amqp'
,
'host'
=>
env
(
'BROKER_HOST'
,
'localhost'
),
'port'
=>
env
(
'BROKER_PORT'
,
5672
),
'username'
=>
env
(
'BROKER_USERNAME'
,
'guest'
),
'password'
=>
env
(
'BROKER_PASSWORD'
,
'guest'
),
'vhost'
=>
env
(
'BROKER_VHOST'
,
'/'
),
],
],
];
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 09:34 (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2794303
Default Alt Text
broker.php (1 KB)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment