forked from HPR/hpr_hub
		
	Initial push of the dynamic code
This commit is contained in:
		
							
								
								
									
										16
									
								
								ini/credentials.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								ini/credentials.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| <?php | ||||
| /* | ||||
| This is where the credentials are kept - only sanitized version to be loaded to git. | ||||
| */ | ||||
| $databaseHostName = "localhost"; | ||||
| $databaseName = "hpr_hpr"; | ||||
| $databaseUsername = "hpr_hpr"; | ||||
| $databasePassword = 'THE_DATABASE_PASSWORD_HERE'; | ||||
|  | ||||
| $mailerHost = "smtp.example.com"; | ||||
| $mailerUsername = 'robot@example.com'; | ||||
| $mailerPassword = 'THE_SMTP_MAIL_PASSWORD_HERE'; | ||||
|  | ||||
| $hubBaseurl = "https://hub.hackerpublicradio.org/"; | ||||
| $baseurl = "https://hackerpublicradio.org/"; | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user