mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Конфиги для локальных настроек соединения с RabbitMQ
This commit is contained in:
		@@ -12,5 +12,12 @@ return [
 | 
			
		||||
            'port' => 6379,
 | 
			
		||||
            'database' => 0,
 | 
			
		||||
        ],
 | 
			
		||||
        'amqp' => [
 | 
			
		||||
            'host' => 'localhost',
 | 
			
		||||
            'port' => 5672,
 | 
			
		||||
            'user' => 'root',
 | 
			
		||||
            'password' => '',
 | 
			
		||||
            'vhost' => '/',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user