Skip to content

Commit 144536f

Browse files
committed
Pass the iron.io host to the IronMQ definition.
1 parent 27bbd52 commit 144536f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/DependencyInjection/UecodeQPushExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ private function createIronMQClient($config, ContainerBuilder $container)
165165
$ironmq->setArguments([
166166
[
167167
'token' => $config['token'],
168-
'project_id' => $config['project_id']
168+
'project_id' => $config['project_id'],
169+
'host' => sprintf('%s.iron.io', $config['host'])
169170
]
170171
]);
171172

0 commit comments

Comments
 (0)