Skip to content

Commit

Permalink
.env changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Neliz3 committed May 15, 2024
1 parent 03f4a7e commit 3ffc95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example.env → .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Make example.env if you add secret data here.

DEMO_API_KEY="DEMO_KEY"
BaseLink="https://api.nasa.gov/neo/rest/v1/feed?start_date=%s&end_date=%s&api_key=%s"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ go.work

# End of https://www.toptal.com/developers/gitignore/api/go

.env
#.env

0 comments on commit 3ffc95f

Please sign in to comment.