kokjan/common/config/params.php

30 lines
1.7 KiB
PHP

<?php
return [
'adminEmail' => 'admin@example.com',
'supportEmail' => 'support@example.com',
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
'user.passwordResetTokenExpire' => 3600,
'frontendUrl' => 'https://www.kokjan.go.th',
//'backendUrl' => 'https://backend.bon.go.th',
//'backendUrl' => 'https://backend.kokjan.thailocal.net',
//'backendUrl' => 'http://203.154.184.84/~kokjan/backend/web',
'backendUrl' => 'https://backend.kokjan.go.th',
'bsVersion' => '4.x',
'org_name_th' => 'องค์การบริหารส่วนตำบลโคกจาน',
'org_name_en' => 'Kokjan Subdistrict Administrative Office',
'org_short' => 'อบต.โคกจาน',
'org_short2' => 'โคกจาน ',
'org_place1' => 'ที่อยู่ ตำบลโคกจาน',
'org_place2' => 'อำเภอตระการพืชผล จังหวัดอุบลราชธานี',
'org_place3' => 'รหัสไปรษณีย์ 34130',
'org_phone' => '045-429344',
'org_fax' => '045-429344',
'org_mail' => 'saraban@kokjan.go.th',
'org_web' => 'https://kokjan.go.th/',
'org_face' => 'https://www.facebook.com/p/%E0%B8%AD%E0%B8%9A%E0%B8%95%E0%B9%82%E0%B8%84%E0%B8%81%E0%B8%88%E0%B8%B2%E0%B8%99-%E0%B8%AD%E0%B8%B3%E0%B9%80%E0%B8%A0%E0%B8%AD%E0%B8%95%E0%B8%A3%E0%B8%B0%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%9E%E0%B8%B7%E0%B8%8A%E0%B8%9C%E0%B8%A5-100002602093728/?locale=th_TH',
'hcaptcha_site_key' => '0e900bbc-3096-41ac-8102-eb942a8ccc78',
'hcaptcha_secret' => 'ES_8c7b808cddca4c32b5cd240fd1f1f5eb', // ใส่ตรงนี้
];