move config to investbrain keyspace

This commit is contained in:
hackerESQ
2024-09-09 17:20:26 -05:00
parent 6859b712d0
commit 8a9bb68354
4 changed files with 6 additions and 3 deletions
@@ -9,4 +9,6 @@ return [
'yahoo' => App\Interfaces\MarketData\YahooMarketData::class,
'alphavantage' => App\Interfaces\MarketData\AlphaVantageMarketData::class,
'fake' => App\Interfaces\MarketData\FakeMarketData::class,
'self_hosted' => env('SELF_HOSTED', true)
];