mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 21:42:27 +01:00 
			
		
		
		
	added default config-site.php
Change-Id: I2ef8a62e5a821bb7840e6c6c42c63fd6183bd8c8 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
		
							
								
								
									
										11
									
								
								etc/config-site.dist.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								etc/config-site.dist.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <?php | ||||
|  | ||||
| $config['SITE_NAME'] = 'HOSTNAME'; | ||||
| $config['SITE_URL'] = 'http://' . $config['SITE_NAME'] . '/'; | ||||
|  | ||||
| $config['SMTP_DOMAIN'] = $config['SITE_NAME']; | ||||
| $config['SMTP_FROMADDR'] = 'no-reply@' . $config['SITE_NAME']; | ||||
| $config['ADMIN_EMAIL'] = 'admin@' . $config['SITE_NAME']; | ||||
|  | ||||
| $config['DB_PASSWORD'] = 'MYSQL_PASSWORD'; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user