mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    'components' => [
 | 
						|
        'reCaptcha' => [
 | 
						|
            'public' => getenv('RECAPTCHA_PUBLIC'),
 | 
						|
            'secret' => getenv('RECAPTCHA_SECRET'),
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
];
 |