Skip to content

Commit

Permalink
Add .env.sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoss18 committed Sep 26, 2023
1 parent 1720781 commit 7c25a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BASE_URL=https://api.cert.tastyworks.com
API_USERNAME=myusername
API_PASSWORD=mypassword
API_ACCOUNT_NUMBER=12345

This comment has been minimized.

Copy link
@o7adam

o7adam Feb 9, 2024

How do you get this?

This comment has been minimized.

Copy link
@dmoss18

dmoss18 Feb 12, 2024

Author Contributor

You need to head to developer.tastyworks.com and log in there. If you don't have a login, you'll need to create one at start.tastyworks.com. Once you login to developer.tastyworks.com, you can go to the "Sandbox" section and create an account in our sandbox environment. You should input your sandbox username, password, and account_number into this file.

I'll update the README and the site with clearer instructions. Sorry for the confusion.

This comment has been minimized.

Copy link
@o7adam

o7adam Feb 12, 2024

thank you for doing the project and responding. the API_ACCOUNT_NUMBER is the most confusing part. I had the rest. Sorry My request wasn't so clear.

0 comments on commit 7c25a28

Please sign in to comment.