<?php return [ 'default' => "default", 'connections' => [ 'default' => [ 'host' => get_resource_config_section('rabbit', 'trading_rabbit')['host'], 'port' => get_resource_config_section('rabbit', 'trading_rabbit')['port'], 'login' => get_resource_config_section('rabbit', 'trading_rabbit')['user'], 'password' => get_resource_config_section('rabbit', 'trading_rabbit')['passwd'], 'vhost' => get_resource_config_section('rabbit', 'trading_rabbit')['vhost'] ], 'dgk' => [ 'host' => get_resource_config_section('rabbit', 'dgk')['host'], 'port' => get_resource_config_section('rabbit', 'dgk')['port'], 'login' => get_resource_config_section('rabbit', 'dgk')['user'], 'password' => get_resource_config_section('rabbit', 'dgk')['passwd'], 'vhost' => get_resource_config_section('rabbit', 'dgk')['vhost'] ] ] ];