12 lines
		
	
	
		
			361 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			361 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| return [
 | |
|     'adminEmail' => 'chancellery@itguild.info',
 | |
|     'supportEmail' => 'chancellery@itguild.info',
 | |
|     'senderEmail' => 'chancellery@itguild.info',
 | |
|     'senderName' => 'Chancellery ITguild mailer',
 | |
|     'user.passwordResetTokenExpire' => 3600,
 | |
|     'user.passwordMinLength' => 8,
 | |
|     'tgBotTokenLength' => 6,
 | |
|     'tgBotTokenValidityTime' => 180,
 | |
| ];
 | 
