From 6f63ac7067d508b8e6c7eda200c0fb8da563c792 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 5 Sep 2024 21:15:05 -0500 Subject: [PATCH] add market data options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 464cdd8..34b5dbd 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ There are several configurations available when installing using the recommended | DB_DATABASE | The name of the database where Investbrain is installed | investbrain | | DB_USERNAME | Your database username | investbrain | | DB_PASSWORD | Your database password | investbrain | +| MARKET_DATA_PROVIDER | The market data provider to use (either `yahoo` or `alphavantage`) | yahoo | +| MARKET_DATA_REFRESH | Cadence to refresh market data in minutes | 30 | +| ALPHAVANTAGE_API_KEY | If using the Alpha Vantage provider | `null` | > Note: These options affect the [docker-compose.yml](https://github.com/investbrainapp/investbrain/blob/main/docker-compose.yml) file, so if you decide to make any changes to these default configurations, you'll have to restart the Docker containers before your changes take effect.