Init du projet
This commit is contained in:
		
							
								
								
									
										16
									
								
								config/autoload/global.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								config/autoload/global.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Global Configuration Override
 | 
			
		||||
 *
 | 
			
		||||
 * You can use this file for overriding configuration values from modules, etc.
 | 
			
		||||
 * You would place values in here that are agnostic to the environment and not
 | 
			
		||||
 * sensitive to security.
 | 
			
		||||
 *
 | 
			
		||||
 * @NOTE: In practice, this file will typically be INCLUDED in your source
 | 
			
		||||
 * control, so do not include passwords or other sensitive information in this
 | 
			
		||||
 * file.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
    // ...
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user