mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Remove supervisor usage. Cron now runs as separate service. CI for backend now performs without Docker.
		
			
				
	
	
		
			15 lines
		
	
	
		
			364 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			364 B
		
	
	
	
		
			INI
		
	
	
	
	
	
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
 | 
						|
display_errors = Off
 | 
						|
display_startup_errors = Off
 | 
						|
log_errors = On
 | 
						|
html_errors = Off
 | 
						|
expose_php = Off
 | 
						|
 | 
						|
# Opcache tuning
 | 
						|
opcache.revalidate_freq = 0
 | 
						|
opcache.validate_timestamps = 0
 | 
						|
opcache.max_accelerated_files = 7963
 | 
						|
opcache.memory_consumption = 192
 | 
						|
opcache.interned_strings_buffer = 16
 | 
						|
opcache.fast_shutdown = 1
 |