Skip to content

Commit

Permalink
Ensure environment variable credentials cannot be committed (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtquach1 authored Sep 5, 2023
1 parent 5311f16 commit dea1f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ USE_HTTPS = false
# To Override start command:
# REACT_APP_REMS_HOOKS_PATH=http://example.com PORT=6000 npm start
# Note: .env values can only be accessed by react app starting with 'REACT_APP_'
# Note: .env key and value will always be string. Non-string type must be paresed or cast
# Note: .env key and value will always be string. Non-string type must be parsed or cast
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dist/
.idea/
.DS_Store
env.json
.env.local

# self signed certs for https
server.cert
Expand Down

0 comments on commit dea1f6f

Please sign in to comment.