first commit
This commit is contained in:
9
config/mbip.php
Normal file
9
config/mbip.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Had saiz muat naik fail PDF (KB). Boleh ditindih oleh tetapan dalam pangkalan data.
|
||||
'max_upload_size_kb' => env('MAX_UPLOAD_SIZE_KB', 20480),
|
||||
|
||||
// Aktifkan penghantaran peringatan emel (perlu konfigurasi SMTP).
|
||||
'reminder_email_enabled' => env('REMINDER_EMAIL_ENABLED', false),
|
||||
];
|
||||
Reference in New Issue
Block a user