Skip to content

Commit

Permalink
Adds an .env template (optional for use)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jul 9, 2023
1 parent 1ea66b2 commit fdbb8e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Environmental Variables can be stored here
# Be sure to uncomment any line you populate
# Everything is optional, but some features won't work without external API access

# GOOGLE_CLOUD_API_KEY=''
# SHODAN_API_KEY=''

# REACT_APP_SHODAN_API_KEY=''
# WHO_API_KEY=''

# REACT_APP_WHO_API_KEY=''
# SECURITY_TRAILS_API_KEY=''
# BUILT_WITH_API_KEY=''
# CI=false

0 comments on commit fdbb8e1

Please sign in to comment.