ubn5/common/config/params.php

12 lines
358 B
PHP
Raw Normal View History

2025-02-10 05:21:56 +00:00
<?php
return [
'adminEmail' => 'admin@example.com',
'supportEmail' => 'support@example.com',
'senderEmail' => 'noreply@example.com',
'senderName' => 'Example.com mailer',
'user.passwordResetTokenExpire' => 3600,
'frontendUrl' => 'http://new.ubon5.go.th',
'backendUrl' => 'http://backend.ubon5.go.th',
'bsVersion' => '4.x',
];