mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    'admin-ely' => [
 | 
						|
        'id' => 1,
 | 
						|
        'owner_type' => 'user',
 | 
						|
        'owner_id' => 1,
 | 
						|
        'client_id' => 'ely',
 | 
						|
        'client_redirect_uri' => 'http://ely.by/authorization/oauth',
 | 
						|
    ],
 | 
						|
];
 |