From 47654549e3219fcb516aea6653358319a2ac7e8b Mon Sep 17 00:00:00 2001 From: dakimura <34202807+dakimura@users.noreply.github.com> Date: Wed, 6 Apr 2022 09:33:52 +0900 Subject: [PATCH] fix(alpcabkfeeder): fix readme (#583) * fix(alpacabkfeeder): add read me --- contrib/alpacabkfeeder/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/alpacabkfeeder/README.md b/contrib/alpacabkfeeder/README.md index 2c3b6841..1737eb89 100644 --- a/contrib/alpacabkfeeder/README.md +++ b/contrib/alpacabkfeeder/README.md @@ -41,6 +41,7 @@ bgworkers: # } # In this case, Alpaca broker feeder gets "AAPL", "ACN", and "ADBE"'s data only. # Any object under each symbol name is ignored. + # This config can be manually overridden by "ALPACA_BROKER_FEEDER_STOCKS_JSON_URL" stocks_json_url: "https://example.com/tradable_stocks.json" # (optional) If the stocks_json file is authorized by basic auth, # please specify "{user}:{pass}" (e.g. "john:mypassword").