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/',
]
];