feat:configurable time of day to capture daily changes
This commit is contained in:
@@ -13,5 +13,7 @@ return [
|
||||
'fake' => App\Interfaces\MarketData\FakeMarketData::class,
|
||||
],
|
||||
|
||||
'self_hosted' => env('SELF_HOSTED', true)
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
|
||||
'daily_change_time_of_day' => env('DAILY_CHANGE_TIME', '23:00')
|
||||
];
|
||||
Reference in New Issue
Block a user