Skip to content

Commit

Permalink
Add env vars for the price parameters
Browse files Browse the repository at this point in the history
This is for people who run this via `yarn start` rather than `bin/repl`.
  • Loading branch information
John Beppu committed Dec 24, 2017
1 parent f85b2be commit c041894
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion secrets.env
Expand Up @@ -12,4 +12,7 @@ export TWITTER_TOKEN_SECRET=...
export BITTREX_KEY=...
export BITTREX_SECRET=...

# Fill these in with your own values.
# If you choose to use `yarn start` instead of `bin/repl` set your price parameters here.

export BTC_SPEND=0.25
export ADJUSTMENT=0.05

0 comments on commit c041894

Please sign in to comment.