added reprocessing rate to process mining taxes ledgers job

This commit is contained in:
2021-03-17 22:20:49 +09:00
parent 62e159c1f2
commit 2e178c8b16
3 changed files with 8 additions and 1 deletions

View File

@@ -8,5 +8,6 @@
'alliance' => env('ESI_ALLIANCE', 99004116),
'corporation' => env('ESI_CORPORATION', 98287666),
'mining_tax' => 0.15,
'refine_rate' => 0.7948248,
];
?>