Browse Source

remove decimal file

pull/3/head
Yusuf 2 years ago
parent
commit
bef1efe6da
  1. 9
      config/app.php
  2. 5
      config/decimal.php

9
config/app.php

@ -0,0 +1,9 @@
<?php
return [
'precision' => 5,
'cost_health_warning_threshold' => 20000000,
'cost_health_danger_threshold' => 0,
'schedule_health_warning_threshold' => 30,
'schedule_health_danger_threshold' => 0,
];
?>

5
config/decimal.php

@ -1,5 +0,0 @@
<?php
return [
'precision' => 5,
];
?>
Loading…
Cancel
Save