changes from server 2025/05/15
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'enable_tambahpinjam' => env('ENABLE_TAMBAHPINJAM',1),
|
||||
'enable_separuh' => env('ENABLE_SEPARUH',1),
|
||||
'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',1),
|
||||
'enable_tambahpinjam' => env('ENABLE_TAMBAHPINJAM',0),
|
||||
'enable_separuh' => env('ENABLE_SEPARUH',0),
|
||||
'enable_pembiayaansemula' => env('ENABLE_AUTOTAWARRUQ',0),
|
||||
// 'enable_specific_block' => env('ENABLE_BLOCK',0),
|
||||
'cawangan_block' => explode(',', env('CAWANGAN_BLOCK', '1STOP,010915,010219,011013,011412,010621,010620,010617,010618')),
|
||||
'ansuran_block' => explode(',', env('ANSURAN_BLOCK', '')),
|
||||
'ansuran_block' => explode(',', env('ANSURAN_BLOCK', '011227')),
|
||||
'cawangan_block' => explode(',', env('CAWANGAN_BLOCK', 'KB2,WCY,1STOP,020301,WB,ALS,020306,ARM,APM,010311,GC,JLI,ARP,010621,011227,010620,010617,010915,011228,010219,011229,011230,011013,011412,011231,011232,020303,010618,KB1,011238,011235,010136,011233,011234,011237')),
|
||||
];
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user