Skip to content

Commit

Permalink
Merge pull request #349 from ksilo/master
Browse files Browse the repository at this point in the history
fixed typo in env_vars.sh
  • Loading branch information
amor71 authored Jul 26, 2022
2 parents acaaa23 + 6830137 commit 9ba4d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export ALPACA_STREAM_URL="wss://stream.data.alpaca.markets/v2/sip"
export APCA_API_KEY_ID=""
export APCA_API_SECRET_KEY=""

# "sip" for PRO subscriptions, "iex" for free
export alpaca_data_feed="sip"
# ALPACA market data subscription flag, note use "iex" for free and "sip" for PRO
export ALPACA_DATA_FEED="iex"

# Gemini
export GEMINI_API_KEY=
Expand Down

0 comments on commit 9ba4d0e

Please sign in to comment.