HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/inventory.breadsecret.com/config/config.php
<?php

return [
	'global' => [
		'classPath' => "class/",
		'viewPath' => "view/",
//		'timezone' => "Asia/Hong_Kong",
		'timezone' => "",
		'listMax' => 30,
		'lang' => 'hk',
		],
	'database' => [
		0 => [
			'driver' => "mysql",
			'host' => "rm-3nsp08e0a25kj2jh3.mysql.rds.aliyuncs.com",
			'port' => 3306,
			'schema' => "inventory",
			'charset' => "utf8mb4",
			'username' => "whmis",
			'password' => "14pk527X!@#",

			'options' => [
				PDO::ATTR_PERSISTENT => true,
				PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
				],
			],
		],
	'system' => [

		],
	'phpmailer' => [
		
		"server" => [
//			"Mailer" => 'mail',
			"CharSet" => 'utf-8',
			"SMTPDebug" => 0,
			"Mailer" => 'smtp',
			"Host" => 'smtp.office365.com', 
			"SMTPAuth" => true,
			"Username" => 'oday_noreply@hkm.salvationarmy.org',
			"Password" => '$Army#20220915', 
			"SMTPSecure" => 'tls',
			"Port" => 587
		],
		"recipients" => [
			"setFrom" 		=> ["email"=>'oday_noreply@hkm.salvationarmy.org', "name"=>'SA Event'],
			"addReplyTo" 	=> ["email"=>'oday_noreply@hkm.salvationarmy.org', "name"=>'SA Event'],
			],
		],		
		/*
		"server" => [
			"CharSet" => 'utf-8',
			"SMTPDebug" => 0,
			"Mailer" => 'smtp',
			"Host" => 'mail.supertainment.org',
			"SMTPAuth" => true,
			"Username" => 'no-reply@supertainment.org',
			"Password" => '!TK3tBH&B?-B',
			"SMTPSecure" => 'ssl',
			"Port" => 465,
		],
		"recipients" => [
			"setFrom" 		=> ["email"=>'oday_noreply@supertainment.org', "name"=>'SA Event'],
			"addReplyTo" 	=> ["email"=>'oday_noreply@supertainment.org', "name"=>'SA Event'],
			],
		],					
		*/
	'paypal' => [
		'currentEnvironment' => 'LIVE', // 'LIVE', 'SANDBOX'
		'clientID_LIVE' => 'AfdLkOf2XDzoqGa3idYXk8qFdOrgqj4pvjgAMBI9fBkG7jUlg-sTiIb9vkivtujqCS3Xs-PHAO7esw9y',
		'clientSecret_LIVE' => 'EOCEaWACJI1vu2Ng1btHKhuRdC2iIGPTmOuoKxoe2QbizEfOjXDkhUTtSWME3MCao5f6LioMciQC_5Ay',
		'clientID_SANDBOX' => 'AQ7H6F3gNWVwBhgT8qbB1puuZedG2fDOWT-5milmJIH4gmX840gNqSXyA4nI715VlotGdrkyEQ3SL-x-',
		'clientSecret_SANDBOX' => 'EMRJXxa2JHQgcKdwP5I_dZ7t9OxvusQp4oCp8qdBM99W2SxShSYE2Ao6c4Jtjs1H4-O_mstpX3HhI8lH',
		],
	'event' => [
		'maxTeamCount' => 75,
		'whatsappLink' => 'https://wa.me/85200000000?text=Hello',
		'emailLink' => 'mailto:ds@hkm.salvationarmy.org',
		'instagramLink' => 'https://www.instagram.com/salvationarmy.hkm/',
		'facebookLink' => 'https://www.facebook.com/TSAOrienteering',
		'eventLink' => 'https://salvationarmy.org.hk/fund_raising/orienteering-2024/',
	]			
];