Skip to content

Commit

Permalink
added example secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesir committed Nov 2, 2023
1 parent 27bf7bf commit f4178f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ todos.txt
test_bot.py
.vscode
.coverage*
*secret*
*secret*/**.env

# Pypi deployment
build
Expand Down
5 changes: 5 additions & 0 deletions .secrets/lumi_secrets.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
##### WARNING: THIS IS AN EXAMPLE FILE, DO NOT ADD YOUR KEYS HERE, THEY WILL BE CHECKED IN TO GIT #####

# This file is used to store all the API keys and other sensitive information so that it is not stored in the code.
# This file is not stored in GitHub and is only stored locally on the computer running the code.
POLYGON_API_KEY = '<your key here>'

0 comments on commit f4178f5

Please sign in to comment.