Skip to content

Commit ac75d4c

Browse files
committed
Pass the iron.io port and api version to the IronMQ definition.
1 parent 144536f commit ac75d4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/DependencyInjection/UecodeQPushExtension.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ private function createIronMQClient($config, ContainerBuilder $container)
166166
[
167167
'token' => $config['token'],
168168
'project_id' => $config['project_id'],
169-
'host' => sprintf('%s.iron.io', $config['host'])
169+
'host' => sprintf('%s.iron.io', $config['host']),
170+
'port' => $config['port'],
171+
'api_version' => $config['api_version']
170172
]
171173
]);
172174

0 commit comments

Comments
 (0)